Skip to content

Commit af05328

Browse files
committed
chore: update environment configuration and package dependencies
- Updated .env.production to change VITE_WS_URL for WebSocket connection. - Bumped echarts to version 6.1.0 and @types/react to version 19.2.15 for improved compatibility.
1 parent 58a9569 commit af05328

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ VITE_API_PROXY_TARGET=http://localhost:9527
33
# Netty WebSocket 端口(与后端 application.yml websocket.netty.port 一致;/api/ws 会 rewrite 到 /ws)
44
VITE_WS_PROXY_TARGET=http://localhost:8891
55
# 通过前端开发服务器:/api/ws 由 vite 转发到 Netty,其余 /api 仍走 Spring
6-
VITE_WS_URL=ws://localhost:8000/api/ws/syndra
6+
VITE_WS_URL=ws://localhost:8891/api/ws/syndra
77
VITE_ENABLE_MONITOR_CONSOLE=true

bun.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)