I cannot get this repo to deploy to Vercel.
Build fails when it tries to reference the internal package @repo/core.
- Fork this repo
- Create project for repo in Vercel (select your forked repo): https://vercel.com/new/import
Select apps/api as root dir.
-
Clone your forked repo
-
Run commands and follow steps
pnpm install
pnpm exec vercel link --repo
pnpm -F @repo/api run vercel build
- Deploy
pnpm -F @repo/api run vercel deploy