.
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import type webpack from 'webpack';
|
||||
export type EdgeFunctionLoaderOptions = {
|
||||
absolutePagePath: string;
|
||||
page: string;
|
||||
rootDir: string;
|
||||
preferredRegion: string | string[] | undefined;
|
||||
middlewareConfig: string;
|
||||
cacheHandler?: string;
|
||||
};
|
||||
declare const nextEdgeFunctionLoader: webpack.LoaderDefinitionFunction<EdgeFunctionLoaderOptions>;
|
||||
export default nextEdgeFunctionLoader;
|
||||
Reference in New Issue
Block a user