Hello, I’m trying out Pedestal with deps.edn. Do you have a recommended way to deploy Pedestal server that uses deps.edn?
just run clojure -m my-app.core
in your server @janne.sauvala
Oh right. This is handy if I don’t need to create a jar. Just place my files within a container and run that :face_with_monocle: