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