Skip to content

Commit f8990cc

Browse files
committed
Merge branch 'dev'
2 parents 265620f + af05328 commit f8990cc

3 files changed

Lines changed: 724 additions & 2 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

0 commit comments

Comments
 (0)