Is there any facility for reloading routes in the debugger? Once I have a route set up I can edit its handler, rebuild and reload and see the change, but by default I currently need to restart to install a new route?
s
s4nchez
06/06/2023, 8:44 PM
I’d be curious to learn as it’s not a use case I’ve faced so far. Usually, when running in-memory, restarting is quickly enough, but if there’s a smoother way (or even a REPL-like setup) that’d be worth documenting.