feat(create-turbo): apply package-manager transform
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=v18.17.1"
|
"node": ">=v18.17.1"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@8.6.12",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "turbo build",
|
"build": "turbo build",
|
||||||
"clean": "git clean -xdf node_modules dist .next",
|
"clean": "git clean -xdf node_modules dist .next",
|
||||||
@@ -29,5 +28,11 @@
|
|||||||
"turbo": "^1.11.3",
|
"turbo": "^1.11.3",
|
||||||
"typescript": "^5.3.3"
|
"typescript": "^5.3.3"
|
||||||
},
|
},
|
||||||
"prettier": "@acme/prettier-config"
|
"prettier": "@acme/prettier-config",
|
||||||
|
"packageManager": "npm@10.2.3",
|
||||||
|
"workspaces": [
|
||||||
|
"apps/*",
|
||||||
|
"packages/*",
|
||||||
|
"tooling/*"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
14479
pnpm-lock.yaml
generated
14479
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -1,4 +0,0 @@
|
|||||||
packages:
|
|
||||||
- apps/*
|
|
||||||
- packages/*
|
|
||||||
- tooling/*
|
|
||||||
Reference in New Issue
Block a user