Skip to content

Commit 8d0e4a9

Browse files
arvclaude
andauthored
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

File tree

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
packages:
2+
- '.'
13
allowBuilds:
24
'@rocicorp/zero-sqlite3': true
35
esbuild: true

0 commit comments

Comments
 (0)