Files
nothoughts/shadow-cljs.edn
2024-10-08 11:47:30 +02:00

18 lines
235 B
Clojure

;; shadow-cljs configuration
{:source-paths
["src/dev"
"src/cljs"
"src/clj"]
:dependencies
[]
:dev-http {8008 "public"}
:builds
{:game
{:target :browser
:modules
{:main
{:init-fn nothoughts.core.init/init}}}}}