feat(create-turbo): apply official-starter transform

This commit is contained in:
Turbobot
2025-10-29 09:02:41 -05:00
committed by gibbyb
parent 8738b8db9c
commit 75fac73206
2 changed files with 2 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
{
"name": "Basic",
"description": "Basic monorepo example with two Next.js applications",
"maintainedByCoreTeam": true
}

View File

@@ -1,5 +1,5 @@
{ {
"name": "my-turborepo", "name": "convex-turbo",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "turbo run build", "build": "turbo run build",
@@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"prettier": "^3.6.2", "prettier": "^3.6.2",
"turbo": "^2.5.4", "turbo": "^2.5.8",
"typescript": "5.9.2" "typescript": "5.9.2"
}, },
"packageManager": "pnpm@9.0.0", "packageManager": "pnpm@9.0.0",