mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-21 04:07:44 +02: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…
x
Reference in New Issue
Block a user