This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-mobile
mirror of
https://github.com/status-im/status-mobile.git
Watch
2
Star
0
Fork
You've already forked status-mobile
0
Code
Issues
Projects
Releases
Wiki
Activity
d05f50db62
status-mobile
/
env
/
dev
/
run.clj
6 lines
83 B
Clojure
Raw
Normal View
History
Unescape
Escape
[Fix #2986] Figwheel reloads env.android.main / env.ios.main on every file change Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-01-11 06:12:23 +00:00
(
ns
^
:figwheel-no-load
dev-run
Improve custom figwheel script usability Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-01-06 01:02:20 +00:00
(
:use
[
figwheel-api
]
)
)
(
start
)
(
start-cljs-repl
)