c4k-website/shadow-cljs.edn

15 lines
650 B
Clojure
Raw Normal View History

{:source-paths ["src/main/cljc"
"src/main/cljs"
"src/main/resources"
"src/test/cljc"
"src/test/cljs"
"src/test/resources"]
2023-06-14 10:56:38 +00:00
:dependencies [[org.domaindrivenarchitecture/c4k-common-cljs "6.0.1"]
2022-09-29 14:22:08 +00:00
[hickory "0.7.1"]]
:builds {:frontend {:target :browser
:modules {:main {:init-fn dda.c4k-website.browser/init}}
:release {}
:compiler-options {:optimizations :advanced}}
:test {:target :node-test
:output-to "target/node-tests.js"
:repl-pprint true}}}