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: {
|
server: {
|
||||||
|
watch: {
|
||||||
|
ignored: ['**/routeTree.gen.ts'],
|
||||||
|
},
|
||||||
proxy: {
|
proxy: {
|
||||||
"/trpc": {
|
"/trpc": {
|
||||||
target: "http://127.0.0.1:3847",
|
target: "http://127.0.0.1:3847",
|
||||||
|
|||||||
Reference in New Issue
Block a user