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

This commit is contained in:
Turbobot
2025-01-14 23:32:25 +01:00
committed by PxlLoewe
parent 2843c1c7f5
commit 22cd047d8f
6 changed files with 14 additions and 4260 deletions

View File

@@ -12,8 +12,12 @@
"turbo": "^2.3.3",
"typescript": "5.5.4"
},
"packageManager": "pnpm@9.0.0",
"engines": {
"node": ">=18"
}
},
"packageManager": "npm@10.2.3",
"workspaces": [
"apps/*",
"packages/*"
]
}