4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-14 13:16:37 +00:00

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

View File

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