Files
sofa/turbo.json
T

20 lines
336 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"ui": "tui",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"dev": {
"dependsOn": ["^build"],
"persistent": true,
"cache": false
},
"lint": {},
"format": {},
"check-types": {},
"test": {}
}
}