Move all files to root

This commit is contained in:
2025-11-23 16:12:26 -06:00
parent c3e5976368
commit dfc621a9ff
61 changed files with 1 additions and 0 deletions

13
shadow-cljs.edn Normal file
View File

@@ -0,0 +1,13 @@
{:source-paths ["./src/main"
"./generated/crds"]
: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!}}}