All checks were successful
Build and Push Docker Image / docker (push) Successful in 21s
22 lines
351 B
JSON
22 lines
351 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "start-dev",
|
|
"type": "shell",
|
|
"command": "npm run start",
|
|
"isBackground": false,
|
|
"problemMatcher": [
|
|
"$eslint-stylish"
|
|
],
|
|
"group": "build"
|
|
},
|
|
{
|
|
"label": "start-dev",
|
|
"type": "shell",
|
|
"command": "npm run start",
|
|
"isBackground": false,
|
|
"group": "build"
|
|
}
|
|
]
|
|
} |