Application Entry Point¶
Main application factory and entry point.
Module Contents¶
Application Factory¶
The create_app() function creates and configures the Litestar application
with all plugins, middleware, and routes.
CLI¶
Command-line interface utilities.
CLI entry point.