0
Fork 0
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:
Andrey Antukh 2020-06-19 17:00:39 +02:00
parent 33f3431dfe
commit 8330a001ae

View file

@ -28,6 +28,7 @@
[& args]
(require 'uxbox.config
'uxbox.migrations
'uxbox.images
'uxbox.http
'uxbox.tasks)
(mount/start))