2021-05-17 07:28:01 +00:00
|
|
|
{:source-paths ["src/main/cljc"
|
|
|
|
"src/main/cljs"
|
|
|
|
"src/main/resources"
|
2021-06-05 15:12:01 +00:00
|
|
|
"src/test/cljc"
|
|
|
|
"src/test/resources"]
|
2021-05-17 07:28:01 +00:00
|
|
|
:dependencies [[aero "1.1.6"]
|
|
|
|
[orchestra "2021.01.01-1"]
|
|
|
|
[expound "0.8.9"]]
|
|
|
|
:dev-http {8080 "public"}
|
|
|
|
:builds {:frontend {:target :browser
|
2021-06-05 15:12:01 +00:00
|
|
|
:modules {:main {:init-fn dda.c4k-keycloak.browser/init}}
|
2021-05-17 07:28:01 +00:00
|
|
|
:release {}
|
|
|
|
:compiler-options {:optimizations :advanced}}
|
|
|
|
:test {:target :node-test
|
|
|
|
:output-to "target/node-tests.js"
|
|
|
|
:autorun true
|
|
|
|
:repl-pprint true}}}
|