diff --git a/vite.config.ts b/vite.config.ts index f9ff84083..eb2d87be9 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -17,6 +17,9 @@ const config = defineConfig({ server: { open: true, port: 3000, + watch: { + ignored: ['**/target/**'], + }, }, test: { globals: true,