Oh thanks, do you have a resource how to configure that?
Oh thanks, do you have a resource how to configure that?
node_compat vs nodejs_compatjust npm i -S and import, on Google we edit the package.json and it just work.
Your worker created multiple branches of a single stream (for instance, by calling response.clone() or request.clone()) but did not read the body of both branches. This is wasteful, as it forces the system to buffer the entire stream of data in memory, rather than streaming it through. This may cause your worker to be unexpectedly terminated for going over the memory limit. If you only meant to copy the request or response headers and metadata (e.g. in order to be able to modify them), use the appropriate constructors instead (for instance, new Response(response.body, response), new Request(request), etc).
wrangler pages dev public, but when deployed to CF its throwing 404.html


wrangler pages dev only watch the /functions directory for file changes? trying to reason about how to structure a project that has types in /common and queries and mutations in the /database folder. Currently needing to restart the dev server when I change those shared files./functions and build out folder structure in there, and then when the UI needs shared stuff it can be a bit more configurable to watch code in the functions folderout not .vercel/output/static (which is for vercel build)pages dev does not yet have support for remote mode, no.) but did not read the body of both branches. This is wasteful, as it forces the system to buffer the entire stream of data in memory, rather than streaming it through. This may cause your worker to be unexpectedly terminated for going over the memory limit. If you only meant to copy the request or response headers and metadata (e.g. in order to be able to modify them), use the appropriate constructors instead (for instance,