Since I upgraded from a vite app with tsr to a full tanstack app for the connection portal on my monorepo, I get infinite hot reload loops each time I touch a file from the route tree.
To be clear, components do work normally but routes behave like this. This is tiresome when tweaking stuff like loaders. Any idea of where that could come from ?
I use :
- TSS
- TSR
- TSQ (with router ssr query integration)
- Nitro v3 (node-server)
Attached is the vite.config.ts
Thanks for reading