summaryrefslogtreecommitdiff
path: root/shadow-cljs.edn
diff options
context:
space:
mode:
authorTim <contact@bytim.eu>2026-05-14 15:12:49 +0200
committerTim <contact@bytim.eu>2026-05-14 15:12:49 +0200
commit607f920d4c880ef548be07c26f6df706bc5f2486 (patch)
tree77fd96383a331e589e5be6024a7820b1a4c78c57 /shadow-cljs.edn
Initial commitHEADmaster
Diffstat (limited to 'shadow-cljs.edn')
-rw-r--r--shadow-cljs.edn10
1 files changed, 10 insertions, 0 deletions
diff --git a/shadow-cljs.edn b/shadow-cljs.edn
new file mode 100644
index 0000000..f006831
--- /dev/null
+++ b/shadow-cljs.edn
@@ -0,0 +1,10 @@
+;; shadow-cljs configuration
+{:source-paths ["src"]
+
+ :dependencies [[reagent "2.0.1"]]
+
+ :builds {:app {:asset-path "/js"
+ :modules {:main {:entries [aome.core]}}
+ :output-dir "public/js"
+ :target :browser}}
+ :dev-http {3000 {:root "public"}}}