Use bunx for vercel deploy command in CLAUDE.md

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-03-18 17:49:45 -04:00
parent e6e92aa749
commit a41bc899e4
No known key found for this signature in database

View file

@ -21,7 +21,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
### Marketing site (apps/marketing)
- `cd apps/marketing && bun run dev` — start Astro dev server
- `cd apps/marketing && bun run build` — production build
- `cd apps/marketing && vercel --prod` — deploy to Vercel (project: website, domain: fabro.sh)
- `cd apps/marketing && bunx vercel --prod` — deploy to Vercel (project: website, domain: fabro.sh)
### Dev servers
1. `fabro serve` — starts the Rust API server (demo mode is per-request via `X-Fabro-Demo: 1` header)