Update the shadow-cljs config to move index.js to the project's root.

main
KKlochko 1 year ago
parent ff2ad7de9d
commit 1abc086b29

@ -9,7 +9,7 @@
:builds
{:node {:target :node-script
:output-to "public/index.js"
:output-to "index.js"
:main blog.core/main
:init-fn blog.core/main}}}

Loading…
Cancel
Save