aboutsummaryrefslogtreecommitdiff
path: root/shadow-cljs.edn
diff options
context:
space:
mode:
Diffstat (limited to 'shadow-cljs.edn')
-rw-r--r--shadow-cljs.edn8
1 files changed, 8 insertions, 0 deletions
diff --git a/shadow-cljs.edn b/shadow-cljs.edn
new file mode 100644
index 0000000..b0788ce
--- /dev/null
+++ b/shadow-cljs.edn
@@ -0,0 +1,8 @@
+{:deps {:aliases [:frontend]}
+ :dev-http {8080 "public"}
+ :builds
+ {:app
+ {:target :browser
+ :output-dir "public/js"
+ :asset-path "/js"
+ :modules {:main {:entries [tau.core]}}}}}