Update shadow-cljs.edn

This commit is contained in:
2025-09-13 18:16:50 -05:00
parent 0092acdbd7
commit 4dc28fff4c

12
iac/shadow-cljs.edn Normal file
View File

@@ -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!}}}