Add file soft validation support

This commit is contained in:
Andrey Antukh 2023-11-20 19:54:53 +01:00
parent ac3d7f00d5
commit d90e184b4d
3 changed files with 16 additions and 2 deletions

View file

@ -28,7 +28,8 @@ export PENPOT_FLAGS="\
enable-access-tokens \
disable-file-validation \
disable-file-schema-validation \
enable-soft-file-schema-validation";
enable-soft-file-schema-validation \
enable-soft-file-validation";
# export PENPOT_DATABASE_URI="postgresql://172.17.0.1:5432/penpot"
# export PENPOT_DATABASE_USERNAME="penpot"