From 4dc28fff4c4a396da0bafb5a83ce213d4ad31831 Mon Sep 17 00:00:00 2001 From: GigiaJ Date: Sat, 13 Sep 2025 18:16:50 -0500 Subject: [PATCH] Update shadow-cljs.edn --- iac/shadow-cljs.edn | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 iac/shadow-cljs.edn diff --git a/iac/shadow-cljs.edn b/iac/shadow-cljs.edn new file mode 100644 index 0000000..1d250e2 --- /dev/null +++ b/iac/shadow-cljs.edn @@ -0,0 +1,12 @@ +{:source-paths ["./src/main"] + :dependencies [[funcool/promesa "11.0.678"]] + :builds + {:app {;;:target :node-library +;; :modules {:main {:entries [base]}} +;; :exports {:deployCore base/deploy-core} + :target :node-script + :output-to "./out/index.js" + :compiler-options {:optimizations :simple} + :release {:source-maps true} + :main core/main!}}} +