updated config to host on 0.0.0.0 for testing
This commit is contained in:
parent
e17c2c603a
commit
0667754add
|
@ -6,4 +6,7 @@ export default defineConfig({
|
|||
sourcemap: true,
|
||||
target: [ 'esnext', 'edge100', 'firefox100', 'chrome100', 'safari18' ],
|
||||
},
|
||||
server: {
|
||||
host: '0.0.0.0'
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue