UNPKG

@aziontech/opennextjs-azion

Version:
8 lines (7 loc) 264 B
import type { BuildOptions } from "@opennextjs/aws/build/helper.js"; /** * Patches the usage of @vercel/og to be compatible with Azion Workers. * * @param buildOpts Build options. */ export declare function patchVercelOgLibrary(buildOpts: BuildOptions): void;