liberty-hu/shadow-cljs.edn

15 lines
241 B
Clojure
Raw Normal View History

2023-08-18 11:02:12 +02:00
;; shadow-cljs configuration
{:source-paths
["src/dev"
"src/main"
"src/test"]
:dependencies
[[reagent "1.2.0"]]
:dev-http {8080 "public"}
:builds
{:frontend
{:target :browser
:modules {:main {:init-fn frontend.app/init}}}}}