c4k-shynet/shadow-cljs.edn

15 lines
666 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"]
2022-05-13 13:58:07 +00:00
:dependencies [[org.domaindrivenarchitecture/c4k-common-cljs "2.0.3"]
2022-01-20 16:02:27 +00:00
[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
2022-09-02 08:13:01 +00:00
:output-to "target/node-tests.js"
2022-01-20 16:02:27 +00:00
:repl-pprint true}}}