From 67a94644e544dbf3444d83430aed210f61507a46 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Mon, 20 Mar 2023 17:33:06 -0700 Subject: [PATCH] minor tweak. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index d15901dd..be30acb4 100644 --- a/project.clj +++ b/project.clj @@ -116,7 +116,7 @@ [lein-ancient "0.6.15"]] :clean-targets ^{:protect false} ["resources/public/js/compiled" "target"] :ring {:handler auto-ap.handler/app} - :source-paths ["src/clj" "src/cljc" "src/cljs"] + :source-paths ["src/clj" "src/cljc" "src/cljs" "iol_ion/src"] :resource-paths ["resources"] :aliases {"build" ["do" "clean" ["uberjar"]] "fig:dev" ["run" "-m" "figwheel.main" "-b" "dev" "-r"]