mirror of
https://github.com/penpot/penpot.git
synced 2025-01-26 08:29:42 -05:00
🐛 Fix non-repl app start.
This commit is contained in:
parent
ab944fb9ae
commit
33c8743215
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@
|
||||||
(defmethod ig/init-key :default [_ data] data)
|
(defmethod ig/init-key :default [_ data] data)
|
||||||
(defmethod ig/prep-key :default [_ data] (d/without-nils data))
|
(defmethod ig/prep-key :default [_ data] (d/without-nils data))
|
||||||
|
|
||||||
(defonce system {})
|
(def system nil)
|
||||||
|
|
||||||
(defn start
|
(defn start
|
||||||
[]
|
[]
|
||||||
|
|
Loading…
Add table
Reference in a new issue