vvet_backend_1/.vscode/tasks.json

16 lines
258 B
JSON
Raw Normal View History

2025-05-09 12:46:18 +05:30
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "test",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [],
"label": "npm: test",
"detail": "echo \"Error: no test specified\" && exit 1"
}
]
}