Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 444 Bytes

File metadata and controls

19 lines (12 loc) · 444 Bytes

Deployment

Deploying to Vercel (with Convex)

This repo is configured so Vercel runs:

bun run build:vercel

build:vercel runs Convex deployment first, then runs the app build via Convex:

bunx convex deploy --cmd 'bun run build' --cmd-url-env-var-name VITE_CONVEX_URL

Required Vercel environment variable:

  • CONVEX_DEPLOY_KEY (create a production deploy key in Convex and add it in Vercel project settings)