hey! Has anyone managed to get hot-reloading to wo...
# ktor
g
hey! Has anyone managed to get hot-reloading to work when you have some objects in your Application::myModule-function?
it seems that the app freezes when entering the
routing {...}
and the server stops responding on reload
about the hot reloading, when sending in watch-paths, can you format it so it only watches some specific packages? E.g. com/mycompany/app/services ?
c
Could you please provide the example?
Reload watcher does always watch file system, not packages