blob: 0150e24b85655a6fb545d78f9b196b9bf13c1ccb [file] [log] [blame]
{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": ["**/.env.*local"],
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**"]
},
"lint": {},
"dev": {
"cache": false,
"persistent": true,
"dependsOn": ["^build"]
}
}
}