Files
PANEL_BASES_ANEXO24/.vscode/tasks.json

16 lines
232 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Run Dev Server",
"type": "shell",
"command": "npm run dev",
"args": [],
"isBackground": true,
"problemMatcher": [
"$tsc-watch"
],
"group": "build"
}
]
}