AvanzaCast/.vscode/tasks.json

15 lines
217 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Desarrollo - Next.js",
"type": "shell",
"command": "npm run dev",
"isBackground": true,
"problemMatcher": [
"$tsc"
],
"group": "build"
}
]
}