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

This commit is contained in:
Turbobot 2024-10-04 20:33:51 -07:00 committed by Ryan Pandya
parent a2f10d39c2
commit 339189fe2c
2 changed files with 2 additions and 9 deletions

View File

@ -1,7 +0,0 @@
{
"name": "Next.js",
"description": "Minimal Turborepo example for learning the fundamentals.",
"template": "https://vercel.com/templates/next.js/turborepo-next-basic",
"featured": true,
"boost": true
}

View File

@ -1,5 +1,5 @@
{ {
"name": "my-turborepo", "name": "lifetracker",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "turbo build", "build": "turbo build",
@ -9,7 +9,7 @@
}, },
"devDependencies": { "devDependencies": {
"prettier": "^3.2.5", "prettier": "^3.2.5",
"turbo": "^2.0.7", "turbo": "^2.1.3",
"typescript": "^5.4.5" "typescript": "^5.4.5"
}, },
"packageManager": "pnpm@8.15.6", "packageManager": "pnpm@8.15.6",