🎉 Do file validation on each file change

This commit is contained in:
Andrés Moya 2023-09-26 14:54:10 +02:00
parent ae793c079b
commit 24efa867e7
5 changed files with 47 additions and 23 deletions

View file

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

View file

@ -15,7 +15,8 @@ export PENPOT_FLAGS="\
enable-fdata-storage-objets-map \
disable-secure-session-cookies \
enable-smtp \
enable-access-tokens";
enable-access-tokens \
disable-file-validation";
set -ex