1. refactor out dependency logic into dependencies; 2. fix input schema for summarizer; 3. fix early app initialization before uvicorn sets logging; 4. add manual basicConfig call; 5. update default host and port for fastapi server; 6. add pyright watch mode;
4 lines
121 B
Bash
4 lines
121 B
Bash
APPS=["online.fxreader.pr34.test_task_2025_07_17_v2.transform.app:get_app_router:"]
|
|
UVICORN_HOST=0.0.0.0
|
|
UVICORN_PORT=80
|