mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
chore: initialize a new project
This commit is contained in:
26
turbo.json
Executable file
26
turbo.json
Executable file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"pipeline": {
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["dist/**"],
|
||||
"outputMode": "errors-only"
|
||||
},
|
||||
"watch": {
|
||||
"dependsOn": ["^watch"],
|
||||
"outputMode": "errors-only"
|
||||
},
|
||||
"format": {
|
||||
"dependsOn": ["^format"],
|
||||
"outputMode": "errors-only"
|
||||
},
|
||||
"lint": {
|
||||
"dependsOn": ["^lint"],
|
||||
"outputMode": "errors-only"
|
||||
},
|
||||
"lint:apply": {
|
||||
"dependsOn": ["^lint:apply"],
|
||||
"outputMode": "errors-only"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user