mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 22:36:39 +02:00
🐛 Fix worker startup on dev REPL
This commit is contained in:
parent
6f42f4ec45
commit
e0112ac3a3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue