mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
misc(backend): minor changes on collimp command
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -11,7 +11,7 @@ pom.xml
|
|||||||
node_modules
|
node_modules
|
||||||
/backend/.cpcache
|
/backend/.cpcache
|
||||||
/backend/target/
|
/backend/target/
|
||||||
/backend/resources/media
|
/backend/resources/public/media
|
||||||
/backend/dist/
|
/backend/dist/
|
||||||
/backend/-
|
/backend/-
|
||||||
/backend/.rebel_readline_history
|
/backend/.rebel_readline_history
|
||||||
|
|||||||
@@ -198,7 +198,8 @@
|
|||||||
|
|
||||||
(defn- start-system
|
(defn- start-system
|
||||||
[]
|
[]
|
||||||
(mount/start))
|
(-> (mount/except #{#'uxbox.http/server})
|
||||||
|
(mount/start)))
|
||||||
|
|
||||||
(defn- stop-system
|
(defn- stop-system
|
||||||
[]
|
[]
|
||||||
|
|||||||
Reference in New Issue
Block a user