leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
AJ Jaro 2020-08-24T18:25:19.004900Z

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

benny 2020-08-24T23:20:48.008200Z

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

2020-08-27T22:41:19.008800Z

https://github.com/amperity/lein-monolith

2020-08-27T22:41:34.009100Z

and then use shadow-cljs’s leiningen integration configuration