mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 10:26:37 +02:00
fix(backend): join the server on main ns
This commit is contained in:
parent
7cedc9228e
commit
5dad9ff301
1 changed files with 2 additions and 1 deletions
|
@ -17,4 +17,5 @@
|
||||||
|
|
||||||
(defn -main
|
(defn -main
|
||||||
[& args]
|
[& args]
|
||||||
(mount/start))
|
(mount/start)
|
||||||
|
(.join uxbox.http/server))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue