diff --git a/src/app/api/uploadthing/route.ts b/src/app/api/uploadthing/route.ts index 2c4640a..ff1bb91 100644 --- a/src/app/api/uploadthing/route.ts +++ b/src/app/api/uploadthing/route.ts @@ -1,7 +1,8 @@ import { createRouteHandler } from "uploadthing/next"; - import { ourFileRouter } from "./core"; +export const runtime = "nodejs"; + // Export routes for Next App Router export const { GET, POST } = createRouteHandler({ router: ourFileRouter,