veza/turbo.json

19 lines
353 B
JSON
Raw Normal View History

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**", "!.next/cache/**"]
},
"test": {
"dependsOn": [],
"outputs": []
},
"lint": {
"dependsOn": [],
"outputs": []
}
},
"globalDependencies": ["**/.env.*local"]
}