Well that is a shame :/ I was hopinf for a straight forward process. Thanks for confirming.
Well that is a shame :/ I was hopinf for a straight forward process. Thanks for confirming.
getBindingsProxy, so you could usggest to the Nuxt team that they integrate that, if they aren't already working on itawait response.text(), or await response.json() etc. are common ways to get the body. More here: https://developer.mozilla.org/en-US/docs/Web/API/Response#instance_methods. What does the response contain exactly?workers-sdk repo for examples though: https://github.com/cloudflare/workers-sdk/tree/main/fixtures/pages-functions-app./functions dir) code.wrangler pages functions build ./functions --sourcemap command generates two file index.js & index.js.map which seems something what I need.index.js reveals that it doesn't compile only ./functions code, but also the contents of ./src folder.Compile a folder of Cloudflare Pages Functions into a single Worker./functions into a worker file + sourcemaps and upload the generated worker afterwards?wrangler pages dev don't support proxying 302 redirects?
