127
This commit is contained in:
parent
0fac788672
commit
f19a08d770
|
@ -12,7 +12,7 @@ export default defineConfig({
|
|||
server: {
|
||||
port: 3000,
|
||||
strictPort: true,
|
||||
host: '0.0.0.0',
|
||||
host: '127.0.0.1',
|
||||
origin: "http://0.0.0.0:3000",
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue