@aziontech/opennextjs-azion
Version:
Azion builder for Next.js apps
9 lines (8 loc) • 305 B
TypeScript
/**
* This code was originally copied and modified from the @opennextjs/cloudflare repository.
* Significant changes have been made to adapt it for use with Azion.
*/
declare const _default: {
fetch(request: Request, env: AzionEnv, ctx: ExecutionContext): Promise<any>;
};
export default _default;