UNPKG

open-next-cdk

Version:

Deploy a NextJS app using OpenNext packaging to serverless AWS using CDK

7 lines (6 loc) 122 B
/** * Get the HOME directory for the current runtime. * * @internal */ export declare const getHomeDir: () => string;