@aziontech/opennextjs-azion
Version:
Azion builder for next apps
8 lines (7 loc) • 304 B
TypeScript
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;