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