mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
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:
parent
e6e92aa749
commit
a41bc899e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue