{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"inputs": ["src/**"],
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"dev": {
"persistent": true,
"cache": false
}