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