When configuring :repositories
in project.clj
, will leiningen attempt a different repository if one fails due to network issues?
how do i set up a project in lein with a structure something like this?
/
- api\
- src/clj/my_api/
- test/clj/my_api/
- project.clj
- client\
- src/cljs/my_client/
- test/cljs/my_api/
- shadow-cljs.edn
and then use shadow-cljs’s leiningen integration configuration