c4k-nextcloud/shadow-cljs.edn

15 lines
652 B
Clojure
Raw Normal View History

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"]
2024-04-12 09:50:21 +00:00
:dependencies [[org.domaindrivenarchitecture/c4k-common-cljs "6.2.3"]
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}}}