summaryrefslogtreecommitdiff
path: root/shadow-cljs.edn
diff options
context:
space:
mode:
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"}}}