feat(ud): Deploy to Vercel#1832
Conversation
✅ Deploy Preview for cedarjs canceled.
|
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx run-many -t build:pack --exclude create-ceda... |
✅ Succeeded | 2s | View ↗ |
nx run-many -t test --minWorkers=1 --maxWorkers=4 |
✅ Succeeded | 1m 36s | View ↗ |
nx run-many -t test:types |
✅ Succeeded | 10s | View ↗ |
nx run-many -t build |
✅ Succeeded | 5s | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-05-29 10:07:08 UTC
Greptile SummaryThis PR adds Vercel deployment support for the Universal Deploy (UD) build path, working around several Vite 7 / vite-plugin-vercel integration quirks: output-directory misplacement, provider cleanup hooks wiping prior build artifacts, and environment-build ordering in the builder API.
Confidence Score: 5/5Safe to merge; the workarounds are well-commented and isolated to the UD+Vercel build path, leaving non-Vercel and non-UD builds unaffected. All changes are additive and guarded by existence checks. The most invasive pieces run in finally blocks and are no-ops when no Vercel plugin is present. packages/vite/src/buildApp.ts — the cedar-optional-peer-deps plugin deserves a second look to confirm it cannot fire for browser-client builds in real projects. Important Files Changed
Reviews (8): Last reviewed commit: "Merge branch 'main' into tobbe-feat-ud-v..." | Re-trigger Greptile |
… legacy handler timeout
…ppressing warnings

All the crazy workarounds needed for Vercel