fix:强制为单实例启动

This commit is contained in:
“dongming”
2025-12-29 01:08:15 +08:00
parent be1eebb5f6
commit 687cf2909f

View File

@@ -8,6 +8,7 @@ export default defineConfig({
server: {
host: '0.0.0.0',
port: 3000,
strictPort: true,
allowedHosts: true
},
})