Fork me on GitHub
#leiningen
<
2018-09-04
>
ag03:09:52

how do I run a task (execute a function in user namespace) and then jump to repl? Or in reverse order. I basically need to run a task (that starts a server) and still have repl, and I want to do it via one liner

gfredericks11:09:14

as a one-off thing, or via configuration in the project.clj?

gfredericks11:09:51

either of [:repl-options :init] or :injections comes to mind