mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
🔧 Explicitly set components-v2 feature in start scripts
This commit is contained in:
parent
391b859948
commit
fc312ee6dc
2 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ export PENPOT_FLAGS="\
|
|||
enable-soft-rpc-rlimit \
|
||||
enable-webhooks \
|
||||
enable-access-tokens \
|
||||
disable-feature-components-v2 \
|
||||
disable-file-validation \
|
||||
disable-file-schema-validation \
|
||||
enable-soft-file-schema-validation \
|
||||
|
|
|
@ -17,6 +17,7 @@ export PENPOT_FLAGS="\
|
|||
disable-secure-session-cookies \
|
||||
enable-smtp \
|
||||
enable-access-tokens \
|
||||
disable-feature-components-v2 \
|
||||
disable-file-validation \
|
||||
disable-file-schema-validation \
|
||||
enable-soft-file-schema-validation \
|
||||
|
|
Loading…
Reference in a new issue