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:
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
Reference in a new issue