UNPKG

@aziontech/opennextjs-azion

Version:
11 lines (10 loc) 518 B
/** * 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;