feat(create-turbo): apply package-manager transform

This commit is contained in:
Turbobot
2024-03-21 13:41:16 +08:00
committed by giancarlo
parent bb58169fe9
commit 648d77b430
3 changed files with 7 additions and 14485 deletions

View File

@@ -4,7 +4,6 @@
"engines": {
"node": ">=v18.17.1"
},
"packageManager": "pnpm@8.6.12",
"scripts": {
"build": "turbo build",
"clean": "git clean -xdf node_modules dist .next",
@@ -29,5 +28,11 @@
"turbo": "^1.11.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

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +0,0 @@
packages:
- apps/*
- packages/*
- tooling/*