rag-context-optimizer / frontend /node_modules /next /dist /build /webpack /loaders /next-edge-function-loader.d.ts
NITISHRG15102007's picture
Finalize submission checks and long inference output format
fea495a verified
Raw
History Blame Contribute Delete
370 Bytes
import type webpack from 'webpack';
export type EdgeFunctionLoaderOptions = {
absolutePagePath: string;
page: string;
rootDir: string;
preferredRegion: string | string[] | undefined;
middlewareConfig: string;
};
declare const nextEdgeFunctionLoader: webpack.LoaderDefinitionFunction<EdgeFunctionLoaderOptions>;
export default nextEdgeFunctionLoader;