c4k-shynet/shadow-cljs.edn

16 lines
682 B
Clojure
Raw Normal View History

2022-01-20 16:02:27 +00:00
{:source-paths ["src/main/cljc"
"src/main/cljs"
"src/main/resources"
"src/test/cljc"
"src/test/cljs"
"src/test/resources"]
:dependencies [[org.domaindrivenarchitecture/c4k-common-cljs "0.4.3"]
[hickory "0.7.1"]]
:builds {:frontend {:target :browser
2022-01-27 14:57:11 +00:00
:modules {:main {:init-fn dda.c4k-shynet.browser/init}}
2022-01-20 16:02:27 +00:00
:release {}
:compiler-options {:optimizations :advanced}}
:test {:target :node-test
:output-to "target/node-tests.js"
:autorun true
:repl-pprint true}}}