Move and create project files
This commit is contained in:
8
iac/core/shadow-cljs.edn
Normal file
8
iac/core/shadow-cljs.edn
Normal file
@@ -0,0 +1,8 @@
|
||||
{:source-paths ["../src/main"]
|
||||
:dependencies []
|
||||
:builds
|
||||
{:app {:target :node-script
|
||||
:output-to "../out/init.js"
|
||||
:compiler-options {:optimizations :simple}
|
||||
:release {:source-maps true}
|
||||
:main core/init!}}}
|
||||
Reference in New Issue
Block a user