Commit f25c023
authored
fix: restore packageManager field for Cloudflare Workers Builds (#104)
PR #101 replaced the corepack 'packageManager' string with the newer
'devEngines' object. Cloudflare Workers Builds (the production deploy
pipeline for rustfs.com) resolves the pnpm version via the
'packageManager' field; without it every build since 9115f61 has
failed, so merged changes (including #103) never went live.
Restore the field pinned to pnpm@12.3.4, matching the version #101
intended, while keeping the devEngines block.1 parent 69db86c commit f25c023
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments