Files
tiktok-dl/turbo.json

20 lines
220 B
JSON

{
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": [
"dist/**/*",
".next/**"
]
},
"lint": {},
"dev": {
"cache": false
},
"format": {},
"start": {
"cache": false
}
}
}