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