mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-08-29 09:18:57 +00:00
FIX - expose phone browser test on IPv4
This commit is contained in:
@@ -24,5 +24,12 @@ export default defineConfig({
|
||||
'@': fileURLToPath(new URL('./src', import.meta.url)),
|
||||
},
|
||||
},
|
||||
server: {
|
||||
fs: {
|
||||
allow: [fileURLToPath(new URL('.', import.meta.url))],
|
||||
strict: false,
|
||||
},
|
||||
host: '127.0.0.1',
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user