diff options
Diffstat (limited to 'examples/non-monorepo/turbo.json')
| -rw-r--r-- | examples/non-monorepo/turbo.json | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/non-monorepo/turbo.json b/examples/non-monorepo/turbo.json deleted file mode 100644 index c2a4721..0000000 --- a/examples/non-monorepo/turbo.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "$schema": "https://turbo.build/schema.json", - "pipeline": { - "build": { - "outputs": [".next/**", "!.next/cache/**"] - }, - "lint": {}, - "dev": { - "cache": false, - "persistent": true - } - } -} |
