You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
425 B
JSON
25 lines
425 B
JSON
4 years ago
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"type": "npm",
|
||
|
"script": "start",
|
||
|
"problemMatcher": [],
|
||
|
"label": "Dev: start frontend",
|
||
|
"detail": "ng serve"
|
||
|
},
|
||
|
{
|
||
|
"label": "Dev: start backend",
|
||
|
"type": "shell",
|
||
|
"command": "set YTDL_MODE=debug && node app.js",
|
||
|
"options": {
|
||
|
"cwd": "./backend"
|
||
|
},
|
||
|
"presentation": {
|
||
|
"reveal": "always",
|
||
|
"panel": "new"
|
||
|
},
|
||
|
"problemMatcher": []
|
||
|
}
|
||
|
]
|
||
|
}
|