mirror of https://github.com/buster-so/buster.git
12 lines
201 B
JSON
12 lines
201 B
JSON
|
{
|
||
|
"extends": ["//"],
|
||
|
"$schema": "https://turbo.build/schema.json",
|
||
|
"tasks": {
|
||
|
"dev": {
|
||
|
"cache": false,
|
||
|
"persistent": true,
|
||
|
"dependsOn": ["@buster/database#dev"]
|
||
|
}
|
||
|
}
|
||
|
}
|