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

This commit is contained in:
Turbobot
2025-10-06 20:52:55 +02:00
committed by Andras Bacsai
parent 533a77ab21
commit d071a65ef8
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.4",
"workspaces": [
"apps/*",
"packages/*"
]
}