supabase functions serve hot reload not working

Hey guys, I'm developing an application on windows using the supabase installed through npm.

When I'm running supabase functions serve hello-world for example, it opens a new terminal and serve the function as expected, but hot reloading is not working.

I guess that the hot-reload should be active by default, as the documentation says:
The functions serve command has hot-reloading capabilities. It will watch for any changes to your files and restart the Deno server.

Am I missing something? My supabase --version is 1.11.3
Was this page helpful?