mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-16 18:31:49 +01:00
Fix vite memory leak due to composer local dev package
This commit is contained in:
parent
f823f69dd2
commit
94541ac1e6
5
vite.config.js
vendored
5
vite.config.js
vendored
@ -78,4 +78,9 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
},
|
||||
server: {
|
||||
watch: {
|
||||
followSymlinks: false,
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user