UNPKG

@aziontech/opennextjs-azion

Version:
10 lines (9 loc) 276 B
/** * This code was originally copied and modified from the @opennextjs/cloudflare repository. * Significant changes have been made to adapt it for use with Azion. */ export type ProjectOptions = { sourceDir: string; skipNextBuild: boolean; minify: boolean; };