aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/non-monorepo/turbo.json
blob: c2a472197ab7c589ac88b4b3780e2a40d4176527 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "$schema": "https://turbo.build/schema.json",
  "pipeline": {
    "build": {
      "outputs": [".next/**", "!.next/cache/**"]
    },
    "lint": {},
    "dev": {
      "cache": false,
      "persistent": true
    }
  }
}