Foo Pang fe315c619a
Improve custom figwheel script usability
Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-01-08 15:08:12 +03:00

6 lines
64 B
Clojure

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