2022-06-07 15:37:21 +00:00
|
|
|
{:source-paths ["src/main/cljc"
|
|
|
|
"src/main/cljs"
|
|
|
|
"src/main/resources"
|
|
|
|
"src/test/cljc"
|
|
|
|
"src/test/cljs"
|
|
|
|
"src/test/resources"]
|
2023-04-21 06:56:06 +00:00
|
|
|
:dependencies [[org.domaindrivenarchitecture/c4k-common-cljs "6.0.1"]
|
2022-06-07 15:37:21 +00:00
|
|
|
[hickory "0.7.1"]]
|
|
|
|
:builds {:frontend {:target :browser
|
2023-04-21 06:56:06 +00:00
|
|
|
:modules {:main {:init-fn dda.c4k-forgejo.browser/init}}
|
2022-06-07 15:37:21 +00:00
|
|
|
:release {}
|
|
|
|
:compiler-options {:optimizations :advanced}}
|
|
|
|
:test {:target :node-test
|
2022-09-02 08:02:34 +00:00
|
|
|
:output-to "target/node-tests.js"
|
2022-06-07 15:37:21 +00:00
|
|
|
:repl-pprint true}}}
|