cd %~dp0.. call .venv\Scripts\activate.bat uvicorn app.main:app --reload --host 0.0.0.0 --port 8093 rem pause