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