Update the shadow-cljs config to move index.js to the project's root.
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
:builds
|
:builds
|
||||||
{:node {:target :node-script
|
{:node {:target :node-script
|
||||||
:output-to "public/index.js"
|
:output-to "index.js"
|
||||||
:main blog.core/main
|
:main blog.core/main
|
||||||
:init-fn blog.core/main}}}
|
:init-fn blog.core/main}}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user