osr-mono/turbo.json
2025-01-29 17:40:56 +01:00

21 lines
349 B
JSON

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