aboutsummaryrefslogtreecommitdiff
path: root/env/dev/clj/user.clj
blob: 4ba997cb61eb569945e3da4968a843adbeb10e17 (plain)
1
2
3
4
5
6
7
8
9
10
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))