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