You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(docs): add missing pnpm-workspace.yaml to Dockerfile (#2059)
For pnpm workspace projects, omitting `pnpm-workspace.yaml` causes `vp
install --frozen-lockfile` to fail because pnpm cannot resolve
`catalog:` in dependencies without it.
0 commit comments