Fix vite memory leak due to composer local dev package

This commit is contained in:
Bubka 2024-04-21 21:29:50 +02:00
parent f823f69dd2
commit 94541ac1e6

5
vite.config.js vendored
View File

@ -78,4 +78,9 @@ export default defineConfig({
},
},
},
server: {
watch: {
followSymlinks: false,
}
}
});