Skip to content

Commit

Permalink
chore: add turborepo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald committed Sep 11, 2023
1 parent 9037077 commit f861c61
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ yarn-error.log*

# vercel
.vercel
.turbo

# typescript
*.tsbuildinfo
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.4",
"tailwindcss": "3.3.3",
"tsx": "3.12.8",
"tsx": "3.12.7",
"turbo": "1.10.13",
"typescript": "5.1.6",
"xwing-data2": "github:guidokessels/xwing-data2#2ec401b",
"yasb": "github:raithos/xwing#cbb7ab9",
Expand Down
87 changes: 75 additions & 12 deletions pnpm-lock.yaml

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

12 changes: 12 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"outputs": [".next/**", "!.next/cache/**"]
},
"dev": {
"outputs": [".next/**", "!.next/cache/**"]
},
"lint": {}
}
}

0 comments on commit f861c61

Please sign in to comment.