@aziontech/opennextjs-azion
Version:
Azion builder for Next.js apps
13 lines (12 loc) • 487 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.
*/
import type { InternalEvent, InternalResult } from "@opennextjs/aws/types/open-next";
import type { WrapperHandler } from "@opennextjs/aws/types/overrides";
declare const _default: {
wrapper: WrapperHandler<InternalEvent, InternalResult>;
name: string;
supportStreaming: true;
};
export default _default;