From 821092744f1f8b6a5d6be9b55f1d8b3b4145eb14 Mon Sep 17 00:00:00 2001 From: jem Date: Thu, 25 Jun 2020 09:18:24 +0200 Subject: [PATCH] wip --- shadow-cljs.edn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shadow-cljs.edn b/shadow-cljs.edn index 6bea838..7d8fbec 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -12,9 +12,10 @@ :dev-http {8080 "public"} :builds {:test {:target :node-test - :output-to "out/node-tests.js" + :output-to "target/node-tests.js" :autorun true} :frontend {:target :browser + :module-hash-names true :modules {:main {:init-fn dda.masto-embed.app/init}}}}}