···77// Stripe is incompatible with Edge runtimes due to using Node.js events
88// export const runtime = "edge";
991010-// We should understand why some requests are taking longer than 15s
1111-export const maxDuration = 120;
1212-1310const handler = (req: NextRequest) =>
1411 fetchRequestHandler({
1512 endpoint: "/api/trpc/lambda",