I created a duct.server.nrepl
component, with a basic init-key that starts an nrepl server. I include this in my base profile config.edn. I also derived it from :duct/server
. This all works fine when using lein run
. Once I create an uberjar, however, the ig/init-key
method never gets called. It looks like I did it correctly: https://github.com/duct-framework/duct/wiki/Configuration#top-level-components
I assume something goes wrong in the uberjar process. Anyone have an idea?
The official duct.server/figwheel
does seem to work, so I’m not sure what I’m doing wrong 😕