From ae70d2f4fcc6511b7df184be4521dd4cdf70bcc0 Mon Sep 17 00:00:00 2001 From: Josha von Gizycki Date: Thu, 18 Jul 2019 16:38:44 +0200 Subject: [PATCH] start repl with ring --- project.clj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 5c058aa..ea50701 100644 --- a/project.clj +++ b/project.clj @@ -51,14 +51,15 @@ [jonase/eastwood "LATEST"] [lein-bikeshed "LATEST"] [lein-cloverage "LATEST"] - [cider/cider-nrepl "LATEST"] + [cider/cider-nrepl "0.21.1"] [lein-kibit "LATEST"]]} :uberjar {:aot :all :main wanijo.main}} :neo4j {:path "neo4j"} :repl-options {:init-ns wanijo.framework.repl} - :ring {:handler wanijo.handler/app} + :ring {:handler wanijo.handler/app + :nrepl {:start? true}} :less {:source-paths ["resources/app/stylesheets"] :target-path "resources/public/css"} :aliases {"uberjar" ["do" ["less" "once"] "uberjar"]}