updated config to host on 0.0.0.0 for testing

This commit is contained in:
suroh 2023-10-06 14:05:41 +02:00
parent e17c2c603a
commit 0667754add
1 changed files with 3 additions and 0 deletions

View File

@ -6,4 +6,7 @@ export default defineConfig({
sourcemap: true,
target: [ 'esnext', 'edge100', 'firefox100', 'chrome100', 'safari18' ],
},
server: {
host: '0.0.0.0'
}
})