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(platform): collapse @platform aliases into a single wildcard
Replace the per-file `@platform/analytics`, `@platform/instrumentation`,
and `@platform/next.config.mjs` aliases (duplicated across each platform
package) with a single `'@platform' -> PLATFORM_ALIAS` mapping wired in
the root `apps/site/next.config.mjs` for both Turbopack and webpack. Drop
the `aliases` field from `PlatformConfig` and from each platform's
`next.config.mjs`. Add `playwright` scripts to the cloudflare and vercel
platform packages (env baked in via cross-env), simplify the cloudflare
playwright workflow to invoke them, rename `playwright.config.ts` ->
`playwright.config.mjs`, and move `cross-env` into `dependencies` on
`@node-core/platform-vercel` so Vercel's `pnpm install --prod` keeps it.
Co-Authored-By: Claude Opus 4.7 <[email protected]>
0 commit comments