mirror of
https://github.com/penpot/penpot.git
synced 2025-04-06 12:01:19 -05:00
🐛 Add missing require on prod app start.
This commit is contained in:
parent
33f3431dfe
commit
8330a001ae
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
[& args]
|
||||
(require 'uxbox.config
|
||||
'uxbox.migrations
|
||||
'uxbox.images
|
||||
'uxbox.http
|
||||
'uxbox.tasks)
|
||||
(mount/start))
|
||||
|
|
Loading…
Add table
Reference in a new issue