Ask vite respectfully to not watch our target directories (#2132)

Signed-off-by: Paul R. Tagliamonte <paul@kittycad.io>
This commit is contained in:
Paul Tagliamonte
2024-04-16 15:35:43 -04:00
committed by GitHub
parent 25fa3b48e1
commit 08534a024c

View File

@ -17,6 +17,9 @@ const config = defineConfig({
server: { server: {
open: true, open: true,
port: 3000, port: 3000,
watch: {
ignored: ['**/target/**'],
},
}, },
test: { test: {
globals: true, globals: true,