Hello guys!
In development, how you start a project with only his dependencies? Starting a repl directly under the deps.ednof the project?
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 .
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
Then, yes, start a repl in that project folder. I think that will do what I think you want.