fixes for nrepl.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
(ns-resolve 'cider.nrepl 'cider-nrepl-handler))
|
||||
|
||||
(defn -main [& args]
|
||||
(start-server :port 9000 :bind "localhost" :handler (cider-nrepl-handler))
|
||||
(start-server :port 9000 :bind "0.0.0.0" :handler (cider-nrepl-handler))
|
||||
(let [port (Integer/parseInt (or (env :port) "3000"))]
|
||||
#_(future (always-process-sqs))
|
||||
(run-jetty app {:port port :join? false})))
|
||||
|
||||
Reference in New Issue
Block a user