From 82bdb91fb825be71ab1395d92ad9d1560df4383d Mon Sep 17 00:00:00 2001 From: flying-hero <462087392@qq.com> Date: Sat, 4 Apr 2026 18:55:33 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=E4=BF=AE=E5=A4=8D=EF=BC=9A?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E4=BD=BF=E7=94=A8=20build=20=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E5=90=AF=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index ae0fd42..407287f 100755 --- a/start.sh +++ b/start.sh @@ -35,7 +35,7 @@ sleep 3 # 启动前端 echo "🚀 启动前端服务 (端口 4000)..." -cd "$FRONTEND_DIR" +cd "$FRONTEND_DIR/build" nohup python3 -m http.server 4000 --bind 127.0.0.1 > /tmp/monitoring-frontend.log 2>&1 & FRONTEND_PID=$!