From 607f920d4c880ef548be07c26f6df706bc5f2486 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 14 May 2026 15:12:49 +0200 Subject: Initial commit --- shadow-cljs.edn | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 shadow-cljs.edn (limited to 'shadow-cljs.edn') 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"}}} -- cgit v1.2.3