Fork me on GitHub
#calva
<
2023-09-08
>
pez15:09:23

I’m not too familiar with Kit, but I think deps.edn is the right choice here.

Michał T. Lorenc21:09:14

Thank you. Now it asks me: • build • cider Has main-opts. Only select this alias if it starts an REPL_sever • dev • nrepl Has main opts. Only select this alias if it starts an REPL server. • test Has main opts. Only select this alias if it starts an nREPL sever. Which should I select?

pez22:09:18

Probably dev. Let me check … yes, dev is what they use here: https://kit-clj.github.io/docs/guestbook.html#starting_our_server

Michał T. Lorenc08:09:05

Thank you, it works.

🙏 2