UNPKG

@aziontech/opennextjs-azion

Version:
9 lines (8 loc) 353 B
import { BuildOptions } from "@opennextjs/aws/build/helper.js"; import { OpenNextConfig } from "@opennextjs/aws/types/open-next.js"; export declare function preview(options: BuildOptions, config: OpenNextConfig, previewOptions: { assetsDir: string; cacheDir: string; bundlerVersion: string; passthroughArgs: string[]; }): Promise<void>;