prepare log over HTTP

This commit is contained in:
Dobromir Popov
2024-02-16 20:29:39 +02:00
parent 9435650d4f
commit 643d3dfb6f
2 changed files with 14 additions and 1 deletions

7
.vscode/tasks.json vendored
View File

@ -41,6 +41,13 @@
"problemMatcher": [],
"label": "npm: start",
"detail": "node /app/web/server.js"
},
{
"type": "python",
"script": "start:tele",
"problemMatcher": [],
"label": "npm: start:tele",
"detail": "python agent-py-bot/agent.py"
}
]
}