aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-vite/turbo.json
blob: d3e52ca74f966a850bf8b6e8477066099b8931e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "$schema": "https://turbo.build/schema.json",
  "pipeline": {
    "build": {
      "dependsOn": ["^build"],
      "outputs": ["dist/**"]
    },
    "lint": {},
    "dev": {
      "cache": false,
      "persistent": true
    }
  }
}