aboutsummaryrefslogtreecommitdiff
path: root/env/dev/clj
diff options
context:
space:
mode:
Diffstat (limited to 'env/dev/clj')
-rw-r--r--env/dev/clj/user.clj11
1 files changed, 11 insertions, 0 deletions
diff --git a/env/dev/clj/user.clj b/env/dev/clj/user.clj
new file mode 100644
index 0000000..4ba997c
--- /dev/null
+++ b/env/dev/clj/user.clj
@@ -0,0 +1,11 @@
+(ns user
+ (:require [figwheel-sidecar.repl-api :as ra]))
+
+(defn start-fw []
+ (ra/start-figwheel!))
+
+(defn stop-fw []
+ (ra/stop-figwheel!))
+
+(defn cljs []
+ (ra/cljs-repl))