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

This commit is contained in:
Turbobot
2024-03-15 07:27:41 +11:00
committed by KMKoushik
parent c878b87e20
commit db322fa5d7
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": "unsend",
"private": true,
"scripts": {
"build": "turbo build",
@@ -11,7 +11,7 @@
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"prettier": "^3.2.5",
"turbo": "^1.12.4"
"turbo": "latest"
},
"packageManager": "pnpm@8.9.0",
"engines": {