c4k-taiga/shadow-cljs.edn

15 lines
648 B
Clojure
Raw Permalink Normal View History

2023-07-19 11:44:04 +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 "6.0.1"]
[hickory "0.7.1"]]
:builds {:frontend {:target :browser
2023-08-24 09:19:56 +00:00
:modules {:main {:init-fn dda.c4k-taiga.browser/init}}
2023-07-19 11:44:04 +00:00
:release {}
:compiler-options {:optimizations :advanced}}
:test {:target :node-test
:output-to "target/node-tests.js"
:repl-pprint true}}}