🔧 Disable tokens in dev env by default

This commit is contained in:
Andrés Moya 2024-11-05 13:21:30 +01:00 committed by Andrey Antukh
parent b82679deaf
commit 99fcd3556e
3 changed files with 5 additions and 5 deletions

View file

@ -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"