This commit is contained in:
philipcheung 2025-03-16 16:10:24 +08:00
parent 0fac788672
commit f19a08d770
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export default defineConfig({
server: { server: {
port: 3000, port: 3000,
strictPort: true, strictPort: true,
host: '0.0.0.0', host: '127.0.0.1',
origin: "http://0.0.0.0:3000", origin: "http://0.0.0.0:3000",
}, },
}) })