I am testing out using thr Astro 6.x beta release. Following the blog tutorial, I noticed that I need to restart the dev server every time I add a new route to the project.
This behavior does not occur in the current 5.x releases.
Specifically, when I add a new route to 5.x, the hmr works properly, no dev server refresh needed when adding a new.
I started cutting an issue on the github, but stackblitz doesnt currently support the latest Node v22.x or Node v24.x yet.
Is this expected behavior? Otherwise is it okay to include a link to a Google IDX environment rather than a stack-blitz?
Thanks!