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