Overview
Enable Vercel preview deployments so that maintainers and contributors can see their commits deployed automatically on each push/PR. Preview deployments proxy API requests to the existing dev backend, giving reviewers a live, functional preview rather than requiring a local setup to verify frontend changes.
Dependencies
Action Items
- Add
.vercel and .env*.local to root and client .gitignore files to keep deployment credentials out of version control
- Update the client build script to handle CI environments (disable warnings-as-errors, OpenSSL legacy provider compatibility)
- Add
client/vercel.json to configure build output, API proxy routing to dev.vrms.io, and SPA fallback for client-side routing
- Connect the repo to Vercel so preview deployments are triggered on PRs targeting
development
Resources/Instructions
Overview
Enable Vercel preview deployments so that maintainers and contributors can see their commits deployed automatically on each push/PR. Preview deployments proxy API requests to the existing dev backend, giving reviewers a live, functional preview rather than requiring a local setup to verify frontend changes.
Dependencies
Action Items
.verceland.env*.localto root and client.gitignorefiles to keep deployment credentials out of version controlclient/vercel.jsonto configure build output, API proxy routing todev.vrms.io, and SPA fallback for client-side routingdevelopmentResources/Instructions
feat/vercel-deployment