mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
16 lines
301 B
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
|
|
}
|
|
}
|
|
}
|