mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2026-05-22 21:29:27 +08:00
20 lines
353 B
JSON
20 lines
353 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"tasks": {
|
|
"build": {
|
|
"cache": false,
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**"]
|
|
},
|
|
"build:electron": {
|
|
"dependsOn": ["build"],
|
|
"outputs": ["dist-release/**"]
|
|
},
|
|
"dev": {
|
|
"cache": false,
|
|
"persistent": true
|
|
},
|
|
"lint": {}
|
|
}
|
|
}
|