mirror of https://github.com/buster-so/buster.git
25 lines
436 B
JSON
25 lines
436 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"start": {
|
|
"dependsOn": [],
|
|
"cache": false,
|
|
"persistent": false,
|
|
"outputs": []
|
|
},
|
|
"stop": {
|
|
"dependsOn": [],
|
|
"cache": false,
|
|
"persistent": false,
|
|
"outputs": []
|
|
},
|
|
"reset": {
|
|
"dependsOn": ["stop"],
|
|
"cache": false,
|
|
"persistent": false,
|
|
"outputs": []
|
|
}
|
|
}
|
|
}
|