blob: bb5e9625b72a04a11fba37cf3f853c46bf3c3cd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"version": "2.0.0",
"tasks": [
{
"label": "build project",
"type": "shell",
"command": "pnpm build",
"group": "build",
"presentation": {
"reveal": "always"
}
}
]
}
|