0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-10 14:01:29 -05:00

📎 Enable auto-file-snapshot feature scripts/repl

This commit is contained in:
Andrey Antukh 2024-09-04 12:02:58 +02:00
parent a6de12323e
commit 9da891e9b0
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ export PENPOT_FLAGS="\
enable-rpc-climit \
enable-rpc-rlimit \
enable-soft-rpc-rlimit \
enable-file-snapshot \
enable-auto-file-snapshot \
enable-webhooks \
enable-access-tokens \
enable-tiered-file-data-storage \

View file

@ -235,7 +235,7 @@
:file-id (:id file)
:revn (:revn file)
:version (:version file)
:features (db/create-array conn "text" (:features file))
:features features
:label (::snapshot-label file)
:data (::snapshot-data file)
:changes (blob/encode changes)}