yera.dev.app

ASGI entrypoint for the DevServer.

Exposes a FastAPI app so you can run the dev server with uvicorn's --reload for live updates during UI development. The app is built lazily on first request so that importing this module does not require YERA_APP_PATH.

Note: YERA_APP_PATH environment variable is required when the app is first used.