fix:强制为单实例启动

This commit is contained in:
“dongming”
2025-12-29 01:08:08 +08:00
parent b776315e27
commit a7a56ddd9c

View File

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