19 lines
254 B
JSON
19 lines
254 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "Dev server",
|
||
|
"command": "npm",
|
||
|
"type": "shell",
|
||
|
"args": [
|
||
|
"run",
|
||
|
"devServer"
|
||
|
],
|
||
|
"presentation": {
|
||
|
"reveal": "always"
|
||
|
},
|
||
|
"group": "none",
|
||
|
"problemMatcher": []
|
||
|
}
|
||
|
]
|
||
|
}
|