diff options
author | Miguel Ángel Moreno <mail@migalmoreno.com> | 2022-12-20 00:43:59 +0100 |
---|---|---|
committer | Miguel Ángel Moreno <mail@migalmoreno.com> | 2022-12-20 00:55:06 +0100 |
commit | 1d7acc7f001d53e88afecf045147bae97cc9e7a9 (patch) | |
tree | cd4dd9a38f9ba5776dfa9080c3738ad0d28475af | |
parent | 8a7c93ef7ee6b99682d2d94a6876e25cf06ec083 (diff) |
chore: Update shadow-cljs configuration
-rw-r--r-- | shadow-cljs.edn | 5 |
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}}}}} |