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
Move deployment-target-specific code out of `apps/site` and into
dedicated `platforms/*` workspace packages: `platform-cloudflare`,
`platform-vercel`, and a `platform-default` fallback.
The site now reaches platform code through `#platform/*` subpath
imports, resolved via package import conditions, so `apps/site` no
longer carries Cloudflare- or Vercel-only configuration, dependencies,
or build scripts.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
0 commit comments