Moved back to sync and added logging
This commit is contained in:
11
.vscode/tasks.json
vendored
11
.vscode/tasks.json
vendored
@@ -39,6 +39,17 @@
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "trigger local build all",
|
||||
"type": "shell",
|
||||
"command": "curl",
|
||||
"args": ["http://localhost:8000/trigger/all"],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
},
|
||||
"problemMatcher": []
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user