chore: 修改开发服务器端口为5150

- 将Vite开发服务器端口从5173改为5150
- 避免端口冲突,提供独立的开发环境

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
KQL
2025-08-27 09:54:34 +08:00
parent 264754c7fb
commit a78e2c2414

View File

@@ -38,7 +38,7 @@ export default defineConfig({
// 开发服务器配置
server: {
host: "0.0.0.0",
port: 5173, // Frontend port, different from backend
port: 5150, // Frontend port, different from backend
strictPort: true,
// API代理配置
proxy: {