uvicorn startup

This commit is contained in:
John Lancaster
2026-07-30 00:01:18 -05:00
parent efba051cb5
commit 34e6d693ab
4 changed files with 286 additions and 3 deletions
@@ -56,6 +56,8 @@ Recommended base shape:
- FastAPI exposes a health route such as `/healthz`.
- Imports do not trigger runtime global side effects.
For the ownership relationship between a caller-created FastAPI app, `nicegui.app`, `ui.run_with()`, Uvicorn, and a packaged startup command, load [FastAPI and Uvicorn startup](./fastapi-uvicorn-startup.md).
## Dependency Direction
Prefer: