Skip to content

Commit f25c023

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

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"type": "module",
6+
"packageManager": "pnpm@12.3.4",
67
"scripts": {
78
"dev": "next dev",
89
"build": "next build",

0 commit comments

Comments
 (0)