2021-08-06 15:36:59 +00:00
|
|
|
{:source-paths ["src/main/cljc"
|
|
|
|
"src/main/cljs"
|
|
|
|
"src/main/resources"
|
|
|
|
"src/test/cljc"
|
|
|
|
"src/test/cljs"
|
|
|
|
"src/test/resources"]
|
2023-02-02 12:28:46 +00:00
|
|
|
:dependencies [[org.domaindrivenarchitecture/c4k-common-cljs "6.0.1"]
|
2021-10-22 13:23:39 +00:00
|
|
|
[hickory "0.7.1"]]
|
2021-08-06 15:36:59 +00:00
|
|
|
:builds {:frontend {:target :browser
|
2021-08-10 12:34:17 +00:00
|
|
|
:modules {:main {:init-fn dda.c4k-nextcloud.browser/init}}
|
2021-08-06 15:36:59 +00:00
|
|
|
:release {}
|
|
|
|
:compiler-options {:optimizations :advanced}}
|
|
|
|
:test {:target :node-test
|
|
|
|
:output-to "target/node-tests.js"
|
|
|
|
:repl-pprint true}}}
|