mirror of
https://github.com/penpot/penpot.git
synced 2025-07-21 11:37:12 +02:00
🔧 Disable tokens in dev env by default
This commit is contained in:
parent
b82679deaf
commit
99fcd3556e
3 changed files with 5 additions and 5 deletions
|
@ -30,8 +30,7 @@ export PENPOT_FLAGS="\
|
|||
enable-access-tokens \
|
||||
enable-tiered-file-data-storage \
|
||||
enable-file-validation \
|
||||
enable-file-schema-validation \
|
||||
disable-feature-design-tokens";
|
||||
enable-file-schema-validation";
|
||||
|
||||
# Default deletion delay for devenv
|
||||
export PENPOT_DELETION_DELAY="24h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue