Foo Pang 1b563a59cc
[Fix #2986] Figwheel reloads env.android.main / env.ios.main on every file change
Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-01-15 15:51:30 +03:00

6 lines
83 B
Clojure

(ns ^:figwheel-no-load dev-run
(:use [figwheel-api]))
(start)
(start-cljs-repl)