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