fix(infra): also wire gaxios-fetch-compat shim into src/index.ts (gateway entry)

This commit is contained in:
Prompt Driven 2026-03-15 22:19:19 -07:00 committed by Peter Steinberger
parent e575f419a5
commit 1aabce78e7

View File

@ -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";