This commit is contained in:
Your Name
2026-07-23 17:56:25 +08:00
parent a05dae8412
commit 4970d8f8d3
4262 changed files with 735221 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
@echo off
setlocal EnableExtensions
cd /d "%~dp0"
echo [System] Building frontend for production...
cd frontend
call npm run build
if errorlevel 1 (
echo [Error] Frontend build failed. Run install.bat first.
pause
exit /b 1
)
cd ..
echo.
echo [System] Starting Web service - API + UI...
call start_backend.bat