You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(image): pick provider from NUXT_IMAGE_PROVIDER build variable
Replace the implicit `WORKERS_CI_BRANCH === 'release'` branch-name check
with an explicit `NUXT_IMAGE_PROVIDER` build variable, set per Wrangler
environment in Cloudflare Workers Builds. The `production` environment
sets it to `cloudflare`; preview and local builds leave it unset and
fall back to `none`.
Also drop the stale `NUXT_IMAGE_PROVIDER` entry from the Worker
`vars` — it was a runtime var that nothing read, and keeping it next to
the new build variable of the same name was just confusing.
https://claude.ai/code/session_01TWED5ZjQD6uv434RqTBaY2
0 commit comments