diff --git a/packages/inngest/src/next.ts b/packages/inngest/src/next.ts index 1e80e8df..e1b41738 100644 --- a/packages/inngest/src/next.ts +++ b/packages/inngest/src/next.ts @@ -21,7 +21,7 @@ */ import { type NextApiRequest, type NextApiResponse } from "next"; -import { type NextRequest } from "next/server"; +import { type NextRequest } from "next/server.js"; import { InngestCommHandler, type ServeHandlerOptions,