This commit is contained in:
2025-08-26 17:32:31 -05:00
parent ad65e6f674
commit f1c4accf52
11 changed files with 365 additions and 96 deletions

View File

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