Files
TJWaterServer/startfastapiserver.bat
2025-04-13 17:42:08 +08:00

10 lines
198 B
Batchfile

REM f:
REM cd "f:\DEV\GitHub\TJWaterServer"
git pull
REM call startpg.bat
cd C:\SourceCode\Server
REM uvicorn main:app --host 0.0.0.0 --port 80 --reload
uvicorn main:app --host 0.0.0.0 --port 80