UNPKG

cdk-nextjs-standalone

Version:

Deploy a NextJS app to AWS using CDK and OpenNext.

5 lines (4 loc) 114 B
/** * Fixes windows paths. Does not alter unix paths. */ export declare function fixPath(path: string): string;