Added the cors dependency to the package.json
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user