mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
Specific routes for channel edit tabs (#302)
This commit is contained in:
committed by
GitHub
parent
d4fa5c03fe
commit
d8c32672ec
@@ -1,15 +1,14 @@
|
||||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"pipeline": {
|
||||
"topo": {
|
||||
"dependsOn": ["^topo"]
|
||||
},
|
||||
"clean": {},
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["build/**", "dist/**"]
|
||||
},
|
||||
"clean-build": {
|
||||
"dependsOn": ["clean", "build"],
|
||||
"outputs": ["build/**", "dist/**"]
|
||||
},
|
||||
"bundle": {
|
||||
"dependsOn": ["clean", "build"],
|
||||
"outputs": ["build/**", "dist/**"]
|
||||
|
||||
Reference in New Issue
Block a user