2
0
mirror of https://github.com/status-im/status-react.git synced 2025-01-14 13:06:50 +00:00
Julien Eluard fc92dafca6 Fixed android build script.
Upgraded to latest dependencies and removed useless plugins.
2018-01-17 14:56:52 +01:00

6 lines
79 B
Clojure

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