Howdy folks. I have a Next.js project on Cloudflare have have a `src/pages/api/signup.js` api route
Howdy folks. I have a Next.js project on Cloudflare have have a
src/pages/api/signup.js api route that uses fetch to do a POST request to another app. When deploying it, the build failed and I needed to add the export const config = { runtime: 'experimental-edge' }; export to the api function


