mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 11:05:05 +03:00
38 lines
928 B
JSON
38 lines
928 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Frontend (Web)",
|
|
"type": "shell",
|
|
"command": "npm run frontend:dev",
|
|
"options": {
|
|
"cwd": "${workspaceFolder}"
|
|
},
|
|
"presentation": {
|
|
"echo": true,
|
|
"reveal": "always",
|
|
"focus": false,
|
|
"panel": "shared"
|
|
},
|
|
"group": {
|
|
"kind": "build"
|
|
},
|
|
"isBackground": true
|
|
},
|
|
{
|
|
"label": "Web",
|
|
"dependsOn": ["Frontend (Web)"],
|
|
"dependsOrder": "parallel",
|
|
"group": {
|
|
"kind": "build"
|
|
},
|
|
"presentation": {
|
|
"echo": true,
|
|
"reveal": "always",
|
|
"focus": false,
|
|
"panel": "shared"
|
|
}
|
|
}
|
|
]
|
|
}
|