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