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, 19 insertions, 0 deletions
diff --git a/examples/with-tailwind/turbo.json b/examples/with-tailwind/turbo.json
new file mode 100644
index 0000000..f601147
--- /dev/null
+++ b/examples/with-tailwind/turbo.json
@@ -0,0 +1,19 @@
+{
+ "$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
+ }
+ }
+}