UNPKG

@aziontech/opennextjs-azion

Version:
9 lines (8 loc) 351 B
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; passthroughArgs: string[]; }): Promise<void>;