diff options
Diffstat (limited to 'examples/with-gatsby/apps/docs/turbo.json')
| -rw-r--r-- | examples/with-gatsby/apps/docs/turbo.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/with-gatsby/apps/docs/turbo.json b/examples/with-gatsby/apps/docs/turbo.json new file mode 100644 index 0000000..4c6c3b2 --- /dev/null +++ b/examples/with-gatsby/apps/docs/turbo.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://turbo.build/schema.json", + "extends": ["//"], + "pipeline": { + "build": { + "outputs": [".next/**", "!.next/cache/**"] + } + } +} |
