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