three-cljs-playground/dev.cljs.edn

7 lines
169 B
Clojure
Raw Normal View History

2019-11-08 15:14:01 +00:00
^{: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}