Files
netrunner-backend/frontend/pnpm-workspace.yaml
T
nineap 1a6fad3714 fix: declare packages field in frontend pnpm-workspace.yaml
pnpm@9 (pinned in the prod Dockerfile) requires an explicit packages
field once pnpm-workspace.yaml exists, unlike newer pnpm versions
which tolerate it being absent. Without it, `pnpm build` fails with
"packages field missing or empty" during the Docker image build.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-03 16:02:24 +07:00

6 lines
53 B
YAML

packages:
- '.'
allowBuilds:
'@swc/core': false