@aziontech/opennextjs-azion
Version:
Azion builder for next apps
11 lines (10 loc) • 529 B
TypeScript
/**
* This code was originally copied and modified from the @opennextjs/cloudflare repository.
* Significant changes have been made to adapt it for use with Azion.
*/
/**
* Inline `loadManifest` as it relies on `readFileSync` that is not supported by workerd.
*/
import { type BuildOptions } from "@opennextjs/aws/build/helper.js";
import type { ContentUpdater, Plugin } from "@opennextjs/aws/plugins/content-updater.js";
export declare function inlineLoadManifest(updater: ContentUpdater, buildOpts: BuildOptions): Plugin;