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

This commit is contained in:
Turbobot
2024-01-10 12:41:19 +07:00
committed by Thanu Poptiphueng
parent af28fc43a4
commit eb993d030c
2 changed files with 2 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "my-turborepo",
"name": "sangkaya",
"private": true,
"scripts": {
"build": "turbo build",
@@ -11,7 +11,7 @@
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"prettier": "^3.1.1",
"turbo": "^1.11.3"
"turbo": "latest"
},
"packageManager": "pnpm@8.9.0",
"engines": {