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

12 lines
437 B
Clojure
Raw Permalink 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"]
2021-07-09 18:23:05 +00:00
:dependencies [[org.domaindrivenarchitecture/c4k-common-cljs "0.2.8"]]
2021-07-09 15:17:41 +00:00
:builds {:test {:target :node-test
:output-to "target/node-tests.js"
:autorun true
:repl-pprint true}}}