diff options
Diffstat (limited to 'examples/with-gatsby/turbo.json')
| -rw-r--r-- | examples/with-gatsby/turbo.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/with-gatsby/turbo.json b/examples/with-gatsby/turbo.json new file mode 100644 index 0000000..d0718db --- /dev/null +++ b/examples/with-gatsby/turbo.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://turbo.build/schema.json", + "pipeline": { + "build": { + // outputs are set in workspace configs + "dependsOn": ["^build"] + }, + "lint": {}, + "dev": { + "persistent": true, + "cache": false + } + } +} |
