Files
tiktok-dl/turbo.json
hansputera f8f10b14e3 chore: add prettier
Signed-off-by: hansputera <hanifdwyputrasembiring@gmail.com>
2022-03-06 13:40:48 +07:00

18 lines
213 B
JSON

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