Set Vite permissions to more permissive to work around an issue in newer versions.

This commit is contained in:
Buster Neece 2024-04-15 05:43:07 -05:00
parent 70503d8e57
commit e2ba8d35b8
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ export default defineConfig({
},
server: {
strictPort: true,
host: true,
fs: {
allow: ['..']
}