Files
Buddho-Engine/shadow-cljs.edn
2024-03-17 18:39:02 +01:00

17 lines
232 B
Clojure

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