4 lines
89 B
Batchfile
4 lines
89 B
Batchfile
f:
|
|
cd "f:\DEV\GitHub\TJWaterServer"
|
|
uvicorn main:app --host 0.0.0.0 --port 8000 --reload
|