mirror of https://github.com/buster-so/buster.git
11 lines
176 B
JSON
11 lines
176 B
JSON
{
|
|||
"$schema": "https://turbo.build/schema.json",
|
|||
"extends": ["//"],
|
|||
"tasks": {
|
|||
"start": {
|
|||
"dependsOn": ["@buster/database#dev"],
|
|||
"outputs": []
|
|||
}
|
|||
}
|
|||
}
|