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

This commit is contained in:
Turbobot
2024-04-05 17:24:15 +02:00
committed by Andras Bacsai
parent 30860e35e8
commit 7f64bbef10
57 changed files with 6859 additions and 0 deletions

20
turbo-nextjs/package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "turbo-nextjs",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"prettier": "^3.2.5",
"turbo": "latest"
},
"packageManager": "pnpm@8.9.0",
"engines": {
"node": ">=18"
}
}