mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
25 lines
647 B
JSON
25 lines
647 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Update build_config",
|
|
"command": "dart lib/scripts/build.dart dev",
|
|
"type": "shell",
|
|
"problemMatcher": [],
|
|
"presentation": {
|
|
"reveal": "always"
|
|
},
|
|
"group": "build"
|
|
},
|
|
{
|
|
"label": "Update build_config (FVM)",
|
|
"command": "fvm dart lib/scripts/build.dart dev",
|
|
"type": "shell",
|
|
"problemMatcher": [],
|
|
"presentation": {
|
|
"reveal": "always"
|
|
},
|
|
"group": "build"
|
|
}
|
|
]
|
|
} |