WIP: Add websocket connection for streaming toggl updates
Some checks failed
Companion Module Checks / Check module (push) Failing after 0s
Node CI / Lint (push) Successful in 1m14s

This commit is contained in:
2025-01-20 14:40:08 +01:00
parent 0a327b247c
commit 1d5a3c1e51
5 changed files with 231 additions and 2 deletions

View File

@@ -25,7 +25,8 @@
},
"dependencies": {
"@companion-module/base": "~1.13.4",
"toggl-track": "https://github.com/krombel/toggl-track#v0.8.0-2"
"toggl-track": "https://github.com/krombel/toggl-track#v0.8.0-2",
"ws": "^8.18.0"
},
"devDependencies": {
"@companion-module/tools": "~2.4.2",