Bind dev server to all interfaces
This commit is contained in:
parent
8e381d5b90
commit
6ca0cc1336
@ -12,6 +12,7 @@ export default defineConfig({
|
||||
})],
|
||||
base: './',
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 8080
|
||||
},
|
||||
resolve: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user