Skip to content

Commit

Permalink
add turbo for monorepo on vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Nov 19, 2023
1 parent f1aefdf commit 80899da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ dist
.DS_Store
coverage*
*.tsbuildinfo
.turbo
9 changes: 9 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**", "dist/**"]
}
}
}

0 comments on commit 80899da

Please sign in to comment.