that's why i'm concerned- i only have one /functions/api/ route, and i don't want to be billed as if
that's why i'm concerned- i only have one /functions/api/ route, and i don't want to be billed as if i'm using a framework
_headers _routes _worker.js _worker.js.map filesCloudflare API in Pages Functions may also have been affected returning intermittent 500 errors.Thanks for the report @simpson2
A fix has been implemented and we are monitoring the results.
functions/, and if so, will it become a route?functions/? Say I have web/src/utils.ts, can I import that from a function?
fetch options and I'm at my wit's end... https://developers.cloudflare.com/images/image-resizing/resize-with-workers/#an-example-worker
functions/utils.ts, will that automatically become a route too, or does it need a onRequest or onRequestGet/Post/etc to become a route (which becomes listed in _routes.json which is automatically generated)onRequest* export is present

npx wrangler pages dev -- npm run dev http://127.0.0.1:8788/helloworld = "Hello World"nuxt.js) and i don't know how to override this / configure it to point to the pages function.functions) which import npm packages? (e.g. functions/index.ts -> src/schema.ts -> zod)/serverdirectory? I've spent hours pouring over docs and I can't figure out how to do it. I'd be happy to write / contribute a documentation snippet or just include it in that github for others, I just don't know what to do._routes_worker.js_worker.js.mapfunctions/functions/web/src/utils.tsfunctions/utils.tsonRequestonRequestGet/Post/etc_routes.jsononRequest*npx wrangler pages dev -- npm run devhttp://127.0.0.1:8788/helloworld = "Hello World"nuxt.jsfunctions/index.tssrc/schema.ts