fix: stop Vite refresh loop by ignoring routeTree.gen.ts from watcher
This commit is contained in:
@@ -17,6 +17,9 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
server: {
|
||||
watch: {
|
||||
ignored: ['**/routeTree.gen.ts'],
|
||||
},
|
||||
proxy: {
|
||||
"/trpc": {
|
||||
target: "http://127.0.0.1:3847",
|
||||
|
||||
Reference in New Issue
Block a user