From aef11452f3fd27c95937d4154d7ea874e53c887d Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 21 May 2026 21:35:56 +0000 Subject: [PATCH] Scope pnpm workspace to root package Co-authored-by: Steven --- dashboard/final-example/package.json | 6 ++++++ dashboard/starter-example/package.json | 6 ++++++ pnpm-workspace.yaml | 2 ++ 3 files changed, 14 insertions(+) diff --git a/dashboard/final-example/package.json b/dashboard/final-example/package.json index d1bc30e..26c03f5 100644 --- a/dashboard/final-example/package.json +++ b/dashboard/final-example/package.json @@ -27,5 +27,11 @@ "@types/node": "22.10.7", "@types/react": "19.0.7", "@types/react-dom": "19.0.3" + }, + "pnpm": { + "onlyBuiltDependencies": [ + "bcrypt", + "sharp" + ] } } diff --git a/dashboard/starter-example/package.json b/dashboard/starter-example/package.json index d1bc30e..26c03f5 100644 --- a/dashboard/starter-example/package.json +++ b/dashboard/starter-example/package.json @@ -27,5 +27,11 @@ "@types/node": "22.10.7", "@types/react": "19.0.7", "@types/react-dom": "19.0.3" + }, + "pnpm": { + "onlyBuiltDependencies": [ + "bcrypt", + "sharp" + ] } } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 6ef9a01..2482f4a 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,5 @@ +packages: + - . minimumReleaseAge: 2880 onlyBuiltDependencies: - bcrypt