{
"$schema": "https://turborepo.com/schema.json",
"extends": ["//"],
"tasks": {
"dev": {
"cache": false,
"persistent": true,
"dependsOn": ["^build"],
"with": ["@buster/database#dev"]
}