export async function register(): Promise { if (process.env.NEXT_RUNTIME !== "nodejs") return; const { configureHttpDispatcher } = await import("@/lib/http-dispatcher"); configureHttpDispatcher(); }