This commit is contained in:
Tienson Qin
2019-12-11 10:48:29 +08:00
parent 0f07cec7d9
commit ae19250623
7 changed files with 1000 additions and 22 deletions

7
dev/shadow/user.clj Normal file
View File

@@ -0,0 +1,7 @@
(ns shadow.user
(:require [shadow.cljs.devtools.api :as api]))
(defn cljs-repl
[]
(api/watch :app)
(api/repl :app))