Skip to content

Commit

Permalink
chore: use mise to load turborepo caching
Browse files Browse the repository at this point in the history
  • Loading branch information
taskylizard committed Feb 14, 2024
1 parent f0f2973 commit a6801cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ dist-ssr
*.sw?
.eslintcache
.turbo
.env
2 changes: 2 additions & 0 deletions .mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[env]
_.file = '.env'
3 changes: 3 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"cache": false,
"persistent": true
}
},
"remoteCache": {
"signature": true
}
}

0 comments on commit a6801cd

Please sign in to comment.