This repository has been archived on 2023-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
c4k-jira/shadow-cljs.edn

15 lines
664 B
Clojure
Raw Normal View History

2021-07-09 15:17:41 +00:00
{:source-paths ["src/main/cljc"
"src/main/cljs"
"src/main/resources"
"src/test/cljc"
"src/test/cljs"
"src/test/resources"]
2022-05-21 08:58:26 +00:00
:dependencies [[org.domaindrivenarchitecture/c4k-common-cljs "2.0.3"]
[hickory "0.7.1"]]
:builds {:frontend {:target :browser
:modules {:main {:init-fn dda.c4k-jira.browser/init}}
:release {}
:compiler-options {:optimizations :advanced}}
:test {:target :node-test
2022-09-02 08:08:47 +00:00
:output-to "target/node-tests.js"
:repl-pprint true}}}