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

This commit is contained in:
Turbobot
2025-10-29 09:02:42 -05:00
committed by gibbyb
parent 75fac73206
commit 8b0f811ed6
6 changed files with 14 additions and 3022 deletions

View File

@@ -13,8 +13,12 @@
"turbo": "^2.5.8",
"typescript": "5.9.2"
},
"packageManager": "pnpm@9.0.0",
"engines": {
"node": ">=18"
}
},
"packageManager": "bun@1.2.19",
"workspaces": [
"apps/*",
"packages/*"
]
}