mirror of https://github.com/penpot/penpot.git
🐛 Fix worker startup on dev REPL
This commit is contained in:
parent
6f42f4ec45
commit
e0112ac3a3
|
|
@ -74,7 +74,7 @@
|
|||
[]
|
||||
(alter-var-root #'system (fn [sys]
|
||||
(when sys (ig/halt! sys))
|
||||
(-> main/system-config
|
||||
(-> (merge main/system-config main/worker-config)
|
||||
(ig/prep)
|
||||
(ig/init))))
|
||||
:started)
|
||||
|
|
|
|||
Loading…
Reference in New Issue