mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-10 13:26:16 +00:00
15 lines
272 B
JSON
Executable File
15 lines
272 B
JSON
Executable File
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**"],
|
|
"outputLogs": "errors-only"
|
|
},
|
|
"watch": {
|
|
"dependsOn": ["^watch"],
|
|
"outputLogs": "errors-only"
|
|
}
|
|
}
|
|
}
|