back photo + event tags and persons
This commit is contained in:
16
.vscode/tasks.json
vendored
16
.vscode/tasks.json
vendored
@@ -1,6 +1,22 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "(legacy) Start Node server with nvs latest",
|
||||
"type": "shell",
|
||||
"command": "nvs use latest && npm run start",
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}/front/v1"
|
||||
},
|
||||
"isBackground": true,
|
||||
"problemMatcher": [],
|
||||
"presentation": {
|
||||
"echo": true,
|
||||
"reveal": "always",
|
||||
"focus": false,
|
||||
"panel": "shared"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Start Node server with nvs latest",
|
||||
"type": "shell",
|
||||
|
Reference in New Issue
Block a user