`NODE_VERSION` should work fine - you'll need to set it on both preview and production environments
NODE_VERSION should work fine - you'll need to set it on both preview and production environments though

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


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"