build: silence grammy type errors for mac packaging

This commit is contained in:
Peter Steinberger
2025-12-08 11:04:17 +01:00
parent 2112fa919a
commit 22ed7ea3f2
3 changed files with 3 additions and 0 deletions

View File

@@ -5,3 +5,4 @@ export function makeProxyFetch(proxyUrl: string): typeof fetch {
return (input: RequestInfo | URL, init?: RequestInit) =>
fetch(input, { ...(init ?? {}), dispatcher: agent });
}
// @ts-nocheck