Revert "Test Edge on node"

This reverts commit 8888fd40cd.
This commit is contained in:
Enrico Ros
2025-11-26 06:13:28 -08:00
parent 8888fd40cd
commit 886c4b411e
+1 -2
View File
@@ -16,6 +16,5 @@ const handlerEdgeRoutes = (req: Request) => fetchRequestHandler({
// NOTE: we don't set maxDuration explicitly here - however we set it in the Vercel project settings, raising to the limit of 300s
// export const maxDuration = 60;
export const runtime = 'nodejs';
export const dynamic = 'force-dynamic';
export const runtime = 'edge';
export { handlerEdgeRoutes as GET, handlerEdgeRoutes as POST };