fix: add pnpm-workspace.yaml, .node-version, remove npm workspaces from scaffold
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
1
lib/scaffold/turborepo/.node-version
Normal file
1
lib/scaffold/turborepo/.node-version
Normal file
@@ -0,0 +1 @@
|
||||
22
|
||||
@@ -12,6 +12,5 @@
|
||||
"devDependencies": {
|
||||
"turbo": "^2.3.3"
|
||||
},
|
||||
"packageManager": "pnpm@9.15.0",
|
||||
"workspaces": ["apps/*", "packages/*"]
|
||||
"packageManager": "pnpm@9.15.0"
|
||||
}
|
||||
|
||||
3
lib/scaffold/turborepo/pnpm-workspace.yaml
Normal file
3
lib/scaffold/turborepo/pnpm-workspace.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
packages:
|
||||
- 'apps/*'
|
||||
- 'packages/*'
|
||||
Reference in New Issue
Block a user