Commit c75a387
docs: add Vercel deploy config
Vercel build uses npm rather than the pnpm comux uses, because
Vercel's bundled pnpm hits ERR_INVALID_THIS on Node 22+ and the
packageManager field alone doesn't trigger corepack on first
install (no lockfile committed). npm install --ignore-scripts
runs cleanly in ~28s.
packageManager pinned for local pnpm consistency; install/build
commands in vercel.json drive the actual deploy.
Currently deployed at https://docs-0xbuns.vercel.app (0xBuns
scope on Vercel; buns-projects scope is at the 200-project
Hobby cap).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 8eb57d9 commit c75a387
2 files changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments