fix: stop Vite refresh loop by ignoring routeTree.gen.ts from watcher

This commit is contained in:
Lukas May
2026-03-06 20:38:38 +01:00
parent d4a28713f6
commit 54673a4399

View File

@@ -17,6 +17,9 @@ export default defineConfig({
}, },
}, },
server: { server: {
watch: {
ignored: ['**/routeTree.gen.ts'],
},
proxy: { proxy: {
"/trpc": { "/trpc": {
target: "http://127.0.0.1:3847", target: "http://127.0.0.1:3847",