diff --git a/iac/core/shadow-cljs.edn b/iac/core/shadow-cljs.edn index 3f74445..49757df 100644 --- a/iac/core/shadow-cljs.edn +++ b/iac/core/shadow-cljs.edn @@ -5,4 +5,4 @@ :output-to "../out/init.js" :compiler-options {:optimizations :simple} :release {:source-maps true} - :main core/init!}}} \ No newline at end of file + :main base/main!}}} \ No newline at end of file