mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
fix(backend): join the server on main ns
This commit is contained in:
@@ -17,4 +17,5 @@
|
||||
|
||||
(defn -main
|
||||
[& args]
|
||||
(mount/start))
|
||||
(mount/start)
|
||||
(.join uxbox.http/server))
|
||||
|
||||
Reference in New Issue
Block a user