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

This commit is contained in:
Turbobot 2025-03-03 22:46:02 -05:00 committed by Juan Sebastian Montoya
parent c330d01714
commit 8f3aa2fc26
6 changed files with 14 additions and 4380 deletions

View file

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