log-center/run_web.sh
zyc 637c479818
All checks were successful
Build and Deploy Log Center / build-and-deploy (push) Successful in 1m30s
feat: initial log center with k8s deployment
2026-01-30 11:49:47 +08:00

14 lines
389 B
Bash
Executable File

#!/bin/bash
# Log Center Web Dashboard - Start Script
echo "============================================"
echo " 📊 Log Center Dashboard"
echo "============================================"
echo ""
echo "Starting frontend on http://localhost:8003"
echo "Make sure backend is running on http://localhost:8002"
echo ""
cd /Users/maidong/Desktop/zyc/qy_gitlab/log_center/web
npm run dev