Move all files to root
This commit is contained in:
13
shadow-cljs.edn
Normal file
13
shadow-cljs.edn
Normal 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!}}}
|
||||
|
||||
Reference in New Issue
Block a user