aboutsummaryrefslogtreecommitdiff
path: root/shadow-cljs.edn
diff options
context:
space:
mode:
Diffstat (limited to 'shadow-cljs.edn')
-rw-r--r--shadow-cljs.edn4
1 files changed, 2 insertions, 2 deletions
diff --git a/shadow-cljs.edn b/shadow-cljs.edn
index 16b4c38..cfb9930 100644
--- a/shadow-cljs.edn
+++ b/shadow-cljs.edn
@@ -1,7 +1,7 @@
{:deps {:aliases [:frontend]}
:builds
- {:tau
+ {:tubo
{:target :browser
:output-dir "resources/public/js"
:asset-path "/js"
- :modules {:main {:init-fn tau.core/init}}}}}
+ :modules {:main {:init-fn tubo.core/init}}}}}