Commit 8d0e4a9
Set packages field in pnpm-workspace.yaml to fix Vercel build (#61)
The pnpm-workspace.yaml declared allowBuilds and minimumReleaseAgeExclude
but had no packages field. pnpm treats the presence of the workspace file
as a workspace with no member packages, which breaks the install/build on
Vercel. Declare the root as the sole workspace package.
https://claude.ai/code/session_01MTTajfMM52wTjsYpDVwJbP
Co-authored-by: Claude <noreply@anthropic.com>1 parent 190e4a9 commit 8d0e4a9
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments