without a framework i believe you have to create a functions folder at the root of your project and
without a framework i believe you have to create a functions folder at the root of your project and place your files there
_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

✘ [ERROR] No matching export in "../node_modules/@cloudflare/workers-types/index.ts" for import "Response"
api/[channel_id]/[attachment_id]/[filename].ts:1:24:
1 │ import { PagesFunction, Response } from "@cloudflare/workers-types";_headers_routes_worker.js_worker.js.mapfunctions/functions/web/src/utils.tsfetchfunctions/utils.tsonRequestonRequestGet/Post/etc_routes.jsononRequest*