fix: add packages field to pnpm-workspace.yaml

pnpm v9 requires the packages field in pnpm-workspace.yaml.
Without it, `pnpm --version` fails with "packages field missing or empty".

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Zoltan Kochan
2026-03-21 13:59:54 +01:00
parent 25df77c6d2
commit f489bfced8

View File

@@ -1,2 +1,3 @@
packages: []
allowBuilds: allowBuilds:
esbuild: true esbuild: true