From 1d7acc7f001d53e88afecf045147bae97cc9e7a9 Mon Sep 17 00:00:00 2001 From: Miguel Ángel Moreno Date: Tue, 20 Dec 2022 00:43:59 +0100 Subject: chore: Update shadow-cljs configuration --- shadow-cljs.edn | 5 ++--- 1 file 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}}}}} -- cgit v1.2.3