FIX - expose phone browser test on IPv4

This commit is contained in:
smx.pusha
2026-08-06 12:35:29 +02:00
parent e7cd9bce50
commit f94d991525
+7
View File
@@ -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',
},
})