From a15b223e08a3f60beb751a541fc0945adb14ac20 Mon Sep 17 00:00:00 2001 From: Josha von Gizycki Date: Wed, 16 Jan 2019 16:11:16 +0100 Subject: [PATCH] persistens neo4j home --- project.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/project.clj b/project.clj index 2aa3c6f..6c6a9ce 100644 --- a/project.clj +++ b/project.clj @@ -33,6 +33,7 @@ [lein-kibit "LATEST"]]} :uberjar {:aot :all}} + :neo4j {:path "neo4j"} :repl-options {:init-ns wanijo.framework.repl} :ring {:handler wanijo.handler/app} :less {:source-paths ["resources/app/stylesheets"]