mirror of
https://github.com/penpot/penpot.git
synced 2025-06-13 18:01:39 +02:00
🐛 Fix pricing CTA to be under a config flag (#6304)
This commit is contained in:
parent
ddc41027ab
commit
93c81ea49c
5 changed files with 15 additions and 10 deletions
|
@ -30,7 +30,8 @@ export PENPOT_FLAGS="\
|
|||
enable-access-tokens \
|
||||
enable-tiered-file-data-storage \
|
||||
enable-file-validation \
|
||||
enable-file-schema-validation";
|
||||
enable-file-schema-validation \
|
||||
enable-subscriptions-old";
|
||||
|
||||
# Default deletion delay for devenv
|
||||
export PENPOT_DELETION_DELAY="24h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue