diff options
Diffstat (limited to 'examples/with-svelte/turbo.json')
| -rw-r--r-- | examples/with-svelte/turbo.json | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/with-svelte/turbo.json b/examples/with-svelte/turbo.json deleted file mode 100644 index 65c833c..0000000 --- a/examples/with-svelte/turbo.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "$schema": "https://turbo.build/schema.json", - "pipeline": { - "build": { - "dependsOn": ["^build"], - "outputs": [".svelte-kit/**", ".vercel/**"] - }, - "lint": {}, - "dev": { - "cache": false, - "persistent": true - } - } -} |
