aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-07-15 08:46:32 -0400
committerClyne Sullivan <clyne@bitgloo.com>2023-07-15 08:46:32 -0400
commitb30265fba6fa396b5450a36033bcd63952217017 (patch)
treea357b98865fa9f1ddf89b8c66aafcb7eac2c94b4 /src
parent9ad3988802ff3f20cc592ea2d683be8fcea52f5a (diff)
fix uberjar
Diffstat (limited to 'src')
-rw-r--r--src/lemmold/core.clj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lemmold/core.clj b/src/lemmold/core.clj
index b235924..fb34fdd 100644
--- a/src/lemmold/core.clj
+++ b/src/lemmold/core.clj
@@ -1,4 +1,5 @@
(ns lemmold.core
+ (:gen-class)
(:require [clj-http.client :as client])
(:require [clojure.data.json :as json]))