mirror of
https://github.com/chrisbenincasa/tunarr
synced 2026-04-21 13:37:15 +00:00
15 lines
301 B
JSON
15 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
|
|
}
|
|
}
|
|
}
|