add websocket flag to cli

This commit is contained in:
2023-11-24 13:19:56 -06:00
parent 1b9bffa140
commit 36404cb0d5
2 changed files with 34 additions and 1 deletions
+2 -1
View File
@@ -15,7 +15,8 @@
"dependencies": {
"aas-lib": "^0.1.0",
"commander": "^11.1.0",
"serialport": "^12.0.0"
"serialport": "^12.0.0",
"ws": "^8.14.2"
},
"devDependencies": {
"pkg": "^5.8.1",