mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 12:18:32 +00:00
fix(backend): join the server on main ns
This commit is contained in:
parent
7cedc9228e
commit
5dad9ff301
@ -17,4 +17,5 @@
|
||||
|
||||
(defn -main
|
||||
[& args]
|
||||
(mount/start))
|
||||
(mount/start)
|
||||
(.join uxbox.http/server))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user