mirror of
https://github.com/penpot/penpot.git
synced 2025-05-17 16:36:11 +02:00
✨ Minor change on backend initialization.
This commit is contained in:
parent
7dd9e8763b
commit
9d8282e1be
2 changed files with 15 additions and 4 deletions
|
@ -24,11 +24,17 @@
|
|||
|
||||
;; --- Entry point
|
||||
|
||||
(defn -main
|
||||
[& args]
|
||||
(defn run
|
||||
[params]
|
||||
(require 'uxbox.config
|
||||
'uxbox.migrations
|
||||
'uxbox.worker
|
||||
'uxbox.media
|
||||
'uxbox.http
|
||||
'uxbox.tasks)
|
||||
'uxbox.http)
|
||||
(mount/start))
|
||||
|
||||
|
||||
|
||||
(defn -main
|
||||
[& args]
|
||||
(run {}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue