mirror of https://github.com/openclaw/openclaw.git
fix(infra): also wire gaxios-fetch-compat shim into src/index.ts (gateway entry)
This commit is contained in:
parent
e575f419a5
commit
1aabce78e7
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env node
|
||||
import "./infra/gaxios-fetch-compat.js";
|
||||
import process from "node:process";
|
||||
import { fileURLToPath } from "node:url";
|
||||
import { formatUncaughtError } from "./infra/errors.js";
|
||||
|
|
|
|||
Loading…
Reference in New Issue