run
Alias for serve(). Starts the Hono HTTP server and begins listening
for requests.
Parameters
opts
Optional host and port overrides.
opts.host
Host to bind the server to. Falls back to the constructor’s host option.
opts.port
Port to listen on. Falls back to the constructor’s port option.
Returns
Promise<void> — Resolves once the server is running.