This commit is contained in:
Tienson Qin
2020-04-01 15:10:13 +08:00
parent 65dce77d65
commit 96641a26f2
59 changed files with 1917 additions and 266 deletions

7
web/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))