0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-12 15:01:28 -05:00

🐛 Fix worker startup on dev REPL

This commit is contained in:
Andrey Antukh 2022-09-20 13:39:47 +02:00
parent 6f42f4ec45
commit e0112ac3a3

View file

@ -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)