mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
Preserve standalone pnpm installs for examples
Co-authored-by: Steven <styfle@users.noreply.github.com>
This commit is contained in:
1
basics/.npmrc
Normal file
1
basics/.npmrc
Normal file
@@ -0,0 +1 @@
|
||||
ignore-workspace=true
|
||||
@@ -12,5 +12,10 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"sharp"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
1
dashboard/.npmrc
Normal file
1
dashboard/.npmrc
Normal file
@@ -0,0 +1 @@
|
||||
ignore-workspace=true
|
||||
1
seo/.npmrc
Normal file
1
seo/.npmrc
Normal file
@@ -0,0 +1 @@
|
||||
ignore-workspace=true
|
||||
@@ -16,5 +16,10 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"sharp"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user