Minimal interface covering the @hono/node-server serve() operation.
Inject this interface to test the adapter without a real Node server.
serve(options: { fetch: (request: Request) => Response | Promise<Response>; port: number; hostname?: string; overrideGlobalObjects?: boolean; }): Promise<NodeServer>
Starts an HTTP server.