Skip to content

Commit

Permalink
chore(blob-starter): fix turbo configuration (#980)
Browse files Browse the repository at this point in the history
I missed this from 2.x upgrade
  • Loading branch information
vvo authored Nov 18, 2024
1 parent 2258c9b commit 9cfd139
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion storage/blob-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
},
"devDependencies": {
"@types/ms": "^0.7.34",
"turbo": "^2.2.3",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand All @@ -31,6 +30,7 @@
"eslint-config-next": "^15.0.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.14",
"turbo": "^2.3.0",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]"
Expand Down
58 changes: 29 additions & 29 deletions storage/blob-starter/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion storage/blob-starter/turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"tasks": {
"build": {
"outputs": [".next/**", "!.next/cache/**"]
},
Expand Down

0 comments on commit 9cfd139

Please sign in to comment.