summaryrefslogtreecommitdiff
path: root/turbo.json
blob: b2299dd3374248cc1c311f43f92684a57fb4c454 (plain)
1
2
3
4
5
6
7
8
9
{
  "$schema": "https://turborepo.com/schema.json",
  "tasks": {
    "dev": {
      "cache": false,
      "persistent": true
    }
  }
}