mirror of
https://github.com/penpot/penpot.git
synced 2026-09-11 22:49:30 +00:00
🐛 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]
|
(alter-var-root #'system (fn [sys]
|
||||||
(when sys (ig/halt! sys))
|
(when sys (ig/halt! sys))
|
||||||
(-> main/system-config
|
(-> (merge main/system-config main/worker-config)
|
||||||
(ig/prep)
|
(ig/prep)
|
||||||
(ig/init))))
|
(ig/init))))
|
||||||
:started)
|
:started)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user