scoresaber-reloadedv3/turbo.json
Liam e0833d17f1
All checks were successful
Deploy Frontend / deploy (push) Successful in 4m3s
j
2024-10-04 16:43:12 +01:00

17 lines
332 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": [".next/**", "!.next/cache/**"]
},
"lint": {
"dependsOn": ["^lint"]
},
"dev": {
"cache": false,
"persistent": true
}
}
}