aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-npm/turbo.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-npm/turbo.json')
-rw-r--r--examples/with-npm/turbo.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/with-npm/turbo.json b/examples/with-npm/turbo.json
deleted file mode 100644
index f01e7ce..0000000
--- a/examples/with-npm/turbo.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "$schema": "https://turbo.build/schema.json",
- "globalDependencies": ["**/.env.*local"],
- "pipeline": {
- "build": {
- "dependsOn": ["^build"],
- "outputs": ["dist/**", ".next/**", "!.next/cache/**"]
- },
- "lint": {
- "outputs": []
- },
- "dev": {
- "cache": false
- }
- }
-}