vue-vben-admin/turbo.json

19 lines
297 B
JSON
Raw Normal View History

2023-04-04 16:55:34 +08:00
{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"stub": {},
2023-04-04 17:29:58 +08:00
"lint": {},
2023-04-04 16:55:34 +08:00
"clean": {
"cache": false
},
"dev": {
"cache": false,
"persistent": true
}
}
}