mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-05 19:51:57 +02:00
20 lines
220 B
JSON
20 lines
220 B
JSON
{
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": [
|
|
"dist/**/*",
|
|
".next/**"
|
|
]
|
|
},
|
|
"lint": {},
|
|
"dev": {
|
|
"cache": false
|
|
},
|
|
"format": {},
|
|
"start": {
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|