basic cljs setup for doerg

This commit is contained in:
2026-01-24 21:33:19 -07:00
parent 01fc065433
commit e34cad6361
14 changed files with 1968 additions and 26 deletions

View File

@@ -0,0 +1,5 @@
{:deps true
:builds
{:app {:target :node-script
:main net.deertopia.doerg/-main
:output-to "build/doerg/main.js"}}}