c4k-keycloak/shadow-cljs.edn

16 lines
655 B
Clojure
Raw Normal View History

2021-05-17 07:28:01 +00:00
{:source-paths ["src/main/cljc"
"src/main/cljs"
"src/main/resources"
"src/test/cljc"
2023-01-20 13:17:55 +00:00
"src/test/cljs"
"src/test/resources"]
2023-01-20 13:17:55 +00:00
:dependencies [[org.domaindrivenarchitecture/c4k-common-cljs "5.0.1"]
[hickory "0.7.1"]]
2021-06-18 09:50:10 +00:00
:builds {:frontend {:target :browser
:modules {:main {:init-fn dda.c4k-keycloak.browser/init}}
:release {}
:compiler-options {:optimizations :advanced}}
:test {:target :node-test
:output-to "target/node-tests.js"
:repl-pprint true}}}