Skip to content
You can now update a project's framework preset and build settings directly from the CLI, without opening the dashboard. Run vercel project update from a linked project, or pass a project name directly: ▲ vercel project update my-project --framework nextjs --build-command "pnpm build"✓ Updated Project Settings Project my-project Framework Vite (vite) → Next.js (nextjs) Build Command npm run build ...