From 3760d658d7e13356d68289f8d4ac3afa9d294246 Mon Sep 17 00:00:00 2001 From: GigiaJ Date: Tue, 9 Sep 2025 16:57:09 -0500 Subject: [PATCH] Swap main method ref --- iac/core/shadow-cljs.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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