init dump

This commit is contained in:
2025-08-21 19:26:04 -05:00
parent 5b305f82a4
commit 0c1a660aa8
11 changed files with 486 additions and 0 deletions

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

@@ -0,0 +1,7 @@
;; shadow-cljs.edn
{:source-paths ["src/main"]
:dependencies []
:builds
{:app {:target :node-script
:output-to "index.js"
:main infra.core/main!}}}