changed figwheel ports

This commit is contained in:
michaelr 2016-04-06 19:42:33 +03:00
parent ca254ca2f0
commit 21da6d7ce4
1 changed files with 2 additions and 2 deletions

View File

@ -53,13 +53,13 @@
:pretty-print false}}]}
:figwheel {;; :http-server-root "public" ;; default and assumes "resources"
;; :server-port 3449 ;; default
:server-port 3448
;; :server-ip "127.0.0.1"
:css-dirs ["resources/public/css"] ;; watch and update CSS
;; Start an nREPL server into the running figwheel process
:nrepl-port 7888
:nrepl-port 7889
;; Server Ring Handler (optional)
;; if you want to embed a ring handler into the figwheel http-kit