Files
tiktok-dl/turbo.json
Hanif Dwy Putra S 952fdac385 chore: add start command
Signed-off-by: Hanif Dwy Putra S <hanifdwyputrasembiring@gmail.com>
2022-10-01 03:43:15 +00:00

21 lines
249 B
JSON

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