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