chore: 更新 package.json,“scripts”添加“dev-host”项

This commit is contained in:
2026-02-22 22:40:02 +08:00
parent 52d154e1a3
commit 266a1764be
2 changed files with 2 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ export default defineConfig({
},
},
server: {
allowedHosts: true,
port: 9000,
},
});