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