Files
tunarr/shared/turbo.json

16 lines
301 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"tasks": {
"build": {
"dependsOn": ["@tunarr/types#build"],
"outputs": ["dist/**"]
},
"build-dev": {
"dependsOn": ["@tunarr/types#build"],
"cache": false,
"persistent": true
}
}
}