mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 04:48:15 +00:00
5 lines
199 B
TypeScript
5 lines
199 B
TypeScript
import { ensureGlobalUndiciEnvProxyDispatcher } from "../infra/net/undici-global-dispatcher.js";
|
|
|
|
export function bootstrapGatewayNetworkRuntime(): void {
|
|
ensureGlobalUndiciEnvProxyDispatcher();
|
|
}
|