@aziontech/opennextjs-azion
Version:
Azion builder for Next.js apps
14 lines (13 loc) • 553 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 { BuildOptions } from "@opennextjs/aws/build/helper.js";
import { OpenNextConfig } from "@opennextjs/aws/types/open-next.js";
export declare function deploy(options: BuildOptions, _config: OpenNextConfig, deployOptions: {
assetsDir?: string;
cacheDir?: string;
bundlerVersion?: string;
skipNextBuild: boolean;
passthroughArgs: string[];
}): Promise<void>;