@aziontech/opennextjs-azion
Version:
Azion builder for next apps
11 lines (10 loc) • 518 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 `findDir` as it relies on `existsSync` which 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 inlineFindDir(updater: ContentUpdater, buildOpts: BuildOptions): Plugin;