aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-rollup/turbo.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-rollup/turbo.json')
-rw-r--r--examples/with-rollup/turbo.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/with-rollup/turbo.json b/examples/with-rollup/turbo.json
deleted file mode 100644
index 8e38f8e..0000000
--- a/examples/with-rollup/turbo.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "$schema": "https://turborepo.org/schema.json",
- "pipeline": {
- "build": {
- "outputs": ["dist/**", "build/**", ".next/**", "!.next/cache/**"]
- },
- "lint": {
- "outputs": []
- },
- "dev": {
- "cache": false,
- "persistent": true
- }
- }
-}