mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🔧 Enable hard file validation in devenv
This commit is contained in:
@@ -27,10 +27,10 @@ export PENPOT_FLAGS="\
|
||||
enable-webhooks \
|
||||
enable-access-tokens \
|
||||
disable-feature-components-v2 \
|
||||
disable-file-validation \
|
||||
disable-file-schema-validation \
|
||||
enable-soft-file-schema-validation \
|
||||
enable-soft-file-validation";
|
||||
enable-file-validation \
|
||||
enable-file-schema-validation \
|
||||
disable-soft-file-schema-validation \
|
||||
disable-soft-file-validation";
|
||||
|
||||
# export PENPOT_DATABASE_URI="postgresql://172.17.0.1:5432/penpot"
|
||||
# export PENPOT_DATABASE_USERNAME="penpot"
|
||||
|
||||
Reference in New Issue
Block a user