polylith

J 2026-02-07T09:24:19.958959Z

Hello guys! In development, how you start a project with only his dependencies? Starting a repl directly under the deps.ednof the project?

tengstrand 2026-02-07T12:49:18.666779Z

What are you trying to achieve? I normally start a poly https://cljdoc.org/d/polylith/clj-poly/CURRENT/doc/shell and if I want to run tests for a specific project, I execute e.g. test project:myproject .

J 2026-02-07T13:14:05.666279Z

I do also that for testing. But here I would like to run a repl with only the deps for a project. This is mainly for debug purpose

seancorfield 2026-02-07T14:41:06.121899Z

Then, yes, start a repl in that project folder. I think that will do what I think you want.