UNPKG

@aziontech/opennextjs-azion

Version:
8 lines (7 loc) 304 B
import type { BuildOptions } from "@opennextjs/aws/build/helper.js"; /** * Copies * - the template files present in the azion package to `.open-next/azion-runtime` * - `worker.js` to `.open-next/` */ export declare function copyPackageCliFiles(packageDistDir: string, buildOpts: BuildOptions): void;