typarr.appΒΆ

FastAPI application factory. Mounts routers, WebSocket collab, and static frontend.

typarr.app.create_app() FastAPIΒΆ

Create and return the Typarr FastAPI application.

typarr.app.lifespan(_app: FastAPI)ΒΆ

Ensure the data directory exists on startup and flush collab rooms on shutdown.