

await cache.match(request) returns a Response on cache hit, what you do with that response is up to you and your codeplatform.env.CACHES instead of just caches (with sveltekit) those should both be the same right?platform.caches, not platform.env.CACHES, right?Response in frameworks? sveltekit and cf Response types work interchangeably but typescript isnt very happy (as Response dosent do it either)
Functions contained in the /functions directory at the project's root will not be included in the deployment




wrangler types --experimental-include-runtime i getnodejs_als?
curl -X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
--data-urlencode "client_id={GOOGLE_OAUTH_CLIENT_ID}" \
--data-urlencode "client_secret={GOOGLE_OAUTH_SECRET}" \
--data-urlencode "refresh_token={USER_REFRESH_TOKEN}" \
--data-urlencode "grant_type=refresh_token" \
"https://oauth2.googleapis.com/token"wrangler types --experimental-include-runtimeSince you have Node.js compatibility mode enabled, you should consider adding Node.js for TypeScript by running "npm i --save-dev @types/node@20.8.3". Please see the docs for more details: https://developers.cloudflare.com/workers/languages/typescript/#transitive-loading-of-typesnode-overrides-cloudflareworkers-typesnodejs_als