getApp
Get the underlying Hono application instance for mounting into an existing application or for testing purposes.
Parameters
None.
Returns
Hono — The configured Hono application with CORS, security headers,
basic auth (if configured), and SWML-serving routes.