try again

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

View File

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