Fix websocket port issue

* Make 'ws' (collaboration) and socket.io work on same server port
This commit is contained in:
Philipinho
2023-10-20 22:56:59 +01:00
parent 9b682c8af5
commit c6477698c0
3 changed files with 51 additions and 15 deletions
-1
View File
@@ -38,7 +38,6 @@
"@nestjs/mapped-types": "^2.0.2",
"@nestjs/platform-fastify": "^10.2.7",
"@nestjs/platform-socket.io": "^10.2.7",
"@nestjs/platform-ws": "^10.2.7",
"@nestjs/typeorm": "^10.0.0",
"@nestjs/websockets": "^10.2.7",
"bcrypt": "^5.1.1",