Fixes http task

This commit is contained in:
Henning Dieterichs 2023-02-21 18:36:04 +01:00
parent ce0b1b9788
commit 8cb33ff6cb
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06

2
.vscode/tasks.json vendored
View file

@ -4,7 +4,7 @@
{ {
"label": "Launch Http Server", "label": "Launch Http Server",
"type": "shell", "type": "shell",
"command": "node_modules/.bin/http-server --cors --port 5002 -a 127.0.0.1 -s -c-1", "command": "node_modules/.bin/http-server --cors --port 5002 -a 127.0.0.1 -c-1",
"isBackground": true, "isBackground": true,
"problemMatcher": { "problemMatcher": {
"pattern": { "pattern": {