This commit is contained in:
2025-12-06 14:49:46 +08:00
parent 68c91b4ba3
commit 39579ff75f
63 changed files with 20089 additions and 53 deletions

View File

@@ -0,0 +1,16 @@
@echo off
echo ====================================
echo Urban Lifeline Web - 启动所有服务
echo ====================================
echo.
echo 端口分配:
echo Shared: http://localhost:5000
echo Platform: http://localhost:5001
echo Bidding: http://localhost:5002
echo Workcase: http://localhost:5003
echo.
echo 按 Ctrl+C 停止所有服务
echo ====================================
echo.
npm run dev:all