Fix: Routes `/api/cors/[...path]` was not configured to run with the …
@@ -40,4 +40,4 @@ export const POST = handle;
export const GET = handle;
export const OPTIONS = handle;
-export const runtime = "nodejs";
+export const runtime = "edge";