mirror of https://github.com/penpot/penpot.git
misc(backend): minor changes on collimp command
This commit is contained in:
parent
d967095b86
commit
17e5880b2d
|
|
@ -11,7 +11,7 @@ pom.xml
|
|||
node_modules
|
||||
/backend/.cpcache
|
||||
/backend/target/
|
||||
/backend/resources/media
|
||||
/backend/resources/public/media
|
||||
/backend/dist/
|
||||
/backend/-
|
||||
/backend/.rebel_readline_history
|
||||
|
|
|
|||
|
|
@ -198,7 +198,8 @@
|
|||
|
||||
(defn- start-system
|
||||
[]
|
||||
(mount/start))
|
||||
(-> (mount/except #{#'uxbox.http/server})
|
||||
(mount/start)))
|
||||
|
||||
(defn- stop-system
|
||||
[]
|
||||
|
|
|
|||
Loading…
Reference in New Issue