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