2023-01-12 17:22:49 +01:00

33 lines
508 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "start",
"problemMatcher": [
{
"pattern": [
{
"regexp": ".",
"file": 1,
"location": 2,
"message": 3
}
],
"background": {
"activeOnStart": true,
"beginsPattern": ".",
"endsPattern": ".",
}
}
],
"isBackground": true,
"label": "npm: start",
"detail": "node ./bin/www",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}