three-cljs-playground/dev.cljs.edn
Jeremy Dormitzer 81964a0d73 Initial commit
2019-11-08 10:14:01 -05:00

7 lines
169 B
Clojure

^{:watch-dirs ["test" "src"]
:css-dirs ["resources/public/css"]
:auto-testing true}
{:main three-playground.core
:npm-deps {"three" "0.109.0"}
:install-deps true}