I’m getting an AsyncLocalStorage issue after updating my package @domcojs/vercel to utilize the new default fetch export API for the function. Instead of converting Web to Node within the package, the build just exports an object with a web standard fetch method now instead.
Got it, I think that’s what I misunderstood. So the default fetch export mentioned here Functions API Reference still runs on Edge functions instead of Node? I was trying to use this fetch API but also have access to the Node APIs. I’d like to remove some code I have the converts the Node request/response into the web standard and back.