I’m trying to avoid restarting the server on changes. How do I use wrap-reload
and mount
together?
wrap-reload
takes the var of a handler, which means it has to be a def
, so the handler can’t use a defstate
(it’s not started yet)
Here’s an example - https://gist.github.com/apeckham/d30169162d96cb2c42722743f1fdcd6e
Can anyone point me in the right direction?
#mount might be a good place to ask, if you haven't already @aaron51