We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab921f commit c6e18bfCopy full SHA for c6e18bf
packages/open-next/src/adapters/plugins/image-optimization/image-optimization.ts
@@ -1,3 +1,5 @@
1
+// @ts-nocheck
2
+// This file is used only for Next 14.1 and below. Typing is correct for these versions.
3
import type { IncomingMessage, ServerResponse } from "node:http";
4
5
import type { APIGatewayProxyEventHeaders } from "aws-lambda";
@@ -26,7 +28,6 @@ export async function optimizeImage(
26
28
imageParams,
27
29
nextConfig,
30
false, // not in dev mode
- // @ts-expect-error - This file is used only for Next 14.1 and below. Typing is correct for these versions.
31
handleRequest,
32
);
33
debug("optimized result", result);
0 commit comments