Fork me on GitHub
#leiningen
<
2020-08-24
>
AJ Jaro18:08:19

When configuring :repositories in project.clj, will leiningen attempt a different repository if one fails due to network issues?

benny23:08:48

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

r22:08:34

and then use shadow-cljs’s leiningen integration configuration