Get the application configuration
Get the Container instance
Create mock RouterContext for queue/cron/seeder processing
Lazily initialize routing and return the HonoApp instance.
Routing (service registration, HonoApp resolution, route configuration)
is deferred so that scheduled and queue handlers don't pay the CPU
cost of route setup on cold start.
Execute a command by name in a request-scoped container.
Optionalinput: CommandInputHandle queue batch processing
Handle scheduled cron trigger
Application
Main application class managing the two-tier container hierarchy:
Example