mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 13:56:12 +02:00
🐛 Fix frontend docker image entry point.
This commit is contained in:
parent
e48b01fd18
commit
bff0030f2b
3 changed files with 16 additions and 42 deletions
|
@ -54,6 +54,15 @@
|
|||
:browser
|
||||
:webworker))
|
||||
|
||||
(def available-flags
|
||||
#{:registration
|
||||
:audit-log
|
||||
:demo-users
|
||||
:user-feedback
|
||||
:demo-users
|
||||
:demo-warning
|
||||
:login-with-ldap})
|
||||
|
||||
(def default-flags
|
||||
#{:registration :demo-users})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue