Files
logseq/frontend/dev/shadow/user.clj
Tienson Qin ee10679a2f Add backend
2020-02-20 15:42:11 +08:00

8 lines
125 B
Clojure

(ns shadow.user
(:require [shadow.cljs.devtools.api :as api]))
(defn cljs-repl
[]
(api/watch :app)
(api/repl :app))