File size: 238 Bytes
8f9c4ef
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
{
  "$schema": "https://turbo.build/schema.json",
  "tasks": {
    "build": { "dependsOn": ["^build"], "outputs": [".next/**", "dist/**"] },
    "dev": { "cache": false, "persistent": true },
    "lint": { "dependsOn": ["^build"] }
  }
}