Added the cors dependency to the package.json

This commit is contained in:
2023-06-01 19:43:29 +02:00
parent 86692f8b61
commit 50e2dfacb4
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@
"dev": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\""
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2",
"socket.io": "^4.6.2",
"ssh2": "^1.13.0"