Added the socket.io dependency to the package.json
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
"dev": "concurrently --kill-others \"yarn server\" \"yarn webui\""
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.18.2"
|
||||
"express": "^4.18.2",
|
||||
"socket.io": "^4.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "^8.1.0",
|
||||
|
Reference in New Issue
Block a user