## Objective Deploy Digital Bone Box to Vercel as a single-origin Express application so the frontend and API work from one preview and production URL. ## Tasks - [ ] Serve the frontend and API from the configured Vercel entrypoint. - [ ] Verify frontend assets, application data, API routes, and images are included. - [ ] Confirm same-origin frontend/API URLs work in preview and production. - [ ] Verify the deployment on desktop and mobile. - [ ] Document the local and Vercel deployment workflow. ## Related work - Implemented by PR #406. - Follow-up account ownership migration is tracked in #407.
Objective
Deploy Digital Bone Box to Vercel as a single-origin Express application so the frontend and API work from one preview and production URL.
Tasks
Related work