mirror of https://github.com/status-im/reagent.git
Enable figwheel nrepl server
This commit is contained in:
parent
6b68815f24
commit
5bc6a3b7f3
|
@ -37,7 +37,8 @@
|
|||
|
||||
:figwheel {:http-server-root "public" ;; assumes "resources"
|
||||
:css-dirs ["site/public/css"]
|
||||
:repl false}
|
||||
:repl true
|
||||
:nrepl-port 27397}
|
||||
|
||||
;; No profiles and merging - just manual configuration for each build type.
|
||||
;; For :optimization :none ClojureScript compiler will compile all
|
||||
|
|
Loading…
Reference in New Issue