Files
tunarr/types/turbo.json

14 lines
213 B
JSON

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