Preserve standalone pnpm installs for examples

Co-authored-by: Steven <styfle@users.noreply.github.com>
This commit is contained in:
Cursor Agent
2026-05-21 21:39:46 +00:00
parent aef11452f3
commit 46b4008fce
5 changed files with 13 additions and 0 deletions

1
basics/.npmrc Normal file
View File

@@ -0,0 +1 @@
ignore-workspace=true

View File

@@ -12,5 +12,10 @@
},
"engines": {
"node": ">=18"
},
"pnpm": {
"onlyBuiltDependencies": [
"sharp"
]
}
}

1
dashboard/.npmrc Normal file
View File

@@ -0,0 +1 @@
ignore-workspace=true

1
seo/.npmrc Normal file
View File

@@ -0,0 +1 @@
ignore-workspace=true

View File

@@ -16,5 +16,10 @@
},
"engines": {
"node": ">=18"
},
"pnpm": {
"onlyBuiltDependencies": [
"sharp"
]
}
}