Skip to content

Commit 9cfd139

Browse files
authored
chore(blob-starter): fix turbo configuration (#980)
I missed this from 2.x upgrade
1 parent 2258c9b commit 9cfd139

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

storage/blob-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
},
2323
"devDependencies": {
2424
"@types/ms": "^0.7.34",
25-
"turbo": "^2.2.3",
2625
"@types/node": "^22.9.0",
2726
"@types/react": "^18.3.12",
2827
"@types/react-dom": "^18.3.1",
@@ -31,6 +30,7 @@
3130
"eslint-config-next": "^15.0.3",
3231
"postcss": "^8.4.49",
3332
"tailwindcss": "^3.4.14",
33+
"turbo": "^2.3.0",
3434
"typescript": "^5.6.3"
3535
},
3636
"packageManager": "[email protected]"

storage/blob-starter/pnpm-lock.yaml

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

storage/blob-starter/turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
3-
"pipeline": {
3+
"tasks": {
44
"build": {
55
"outputs": [".next/**", "!.next/cache/**"]
66
},

0 commit comments

Comments
 (0)