mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 22:46:38 +02:00
🎉 Add prepl support
And rename the current repl to urepl (user-repl).
This commit is contained in:
parent
3dd65db651
commit
8a5afefc1c
4 changed files with 63 additions and 28 deletions
|
@ -10,6 +10,11 @@ export PENPOT_FLAGS="\
|
|||
enable-demo-users \
|
||||
disable-secure-session-cookies \
|
||||
enable-smtp \
|
||||
enable-prepl-server \
|
||||
enable-urepl-server \
|
||||
enable-rpc-climit \
|
||||
enable-rpc-rlimit \
|
||||
enable-soft-rpc-rlimit \
|
||||
enable-webhooks \
|
||||
enable-access-tokens";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue