mirror of
https://github.com/penpot/penpot.git
synced 2025-05-20 20:47:19 +02:00
✨ Add feature flag for design tokens
This commit is contained in:
parent
bc4969c25d
commit
18e0948b0c
7 changed files with 31 additions and 23 deletions
|
@ -28,7 +28,8 @@ export PENPOT_FLAGS="\
|
|||
enable-webhooks \
|
||||
enable-access-tokens \
|
||||
enable-file-validation \
|
||||
enable-file-schema-validation";
|
||||
enable-file-schema-validation \
|
||||
disable-feature-design-tokens";
|
||||
|
||||
# Default deletion delay for devenv
|
||||
export PENPOT_DELETION_DELAY="24h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue