c4k-nextcloud/shadow-cljs.edn

15 lines
652 B
Clojure
Raw Normal View History

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