@aziontech/opennextjs-azion
Version:
Azion builder for next apps
7 lines (6 loc) • 329 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.
*/
import type { ContentUpdater, Plugin } from "@opennextjs/aws/plugins/content-updater.js";
export declare function fixRequire(updater: ContentUpdater): Plugin;