aboutsummaryrefslogtreecommitdiffstats
path: root/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj3
1 files changed, 2 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index 33fd88f..862d0db 100644
--- a/project.clj
+++ b/project.clj
@@ -6,4 +6,5 @@
:dependencies [[org.clojure/clojure "1.11.1"]
[clj-http "3.12.3"]
[org.clojure/data.json "2.4.0"]]
- :main ^:skip-aot lemmold.core)
+ :main ^:skip-aot lemmold.core
+ :profiles {:uberjar {:aot :all}})