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

This commit is contained in:
Turbobot 2023-11-02 13:13:22 +03:00 committed by vchikalkin
parent 613fb74f77
commit 34a5eac096
2 changed files with 3 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

@ -10,7 +10,8 @@
"eslint": "^8.48.0",
"prettier": "^3.0.3",
"tsconfig": "workspace:*",
"turbo": "^1.10.12"
"turbo": "latest"
},
"packageManager": "pnpm@8.6.10"
"packageManager": "pnpm@8.6.10",
"name": "Evo.External.App"
}