chore: add electron repl

This commit is contained in:
Tienson Qin
2021-01-20 11:34:58 +08:00
parent ca973f6560
commit 9d1d148afe
5 changed files with 26 additions and 1 deletions

View File

@@ -5,3 +5,8 @@
[]
(api/watch :app)
(api/repl :app))
(defn electron-repl
[]
(api/watch :electron)
(api/repl :electron))