Removed all traces of sockets, real-time collab and other stuff.

This commit is contained in:
Zef Hemel
2022-03-31 14:28:07 +02:00
parent 4525d60964
commit 859657f8b8
41 changed files with 796 additions and 1691 deletions
+1 -5
View File
@@ -35,9 +35,7 @@
"context": "node"
},
"test": {
"source": [
"server/api.test.ts"
],
"source": [],
"outputFormat": "commonjs",
"isLibrary": true,
"context": "node"
@@ -71,8 +69,6 @@
"nodemon": "^2.0.15",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"socket.io": "^4.4.1",
"socket.io-client": "^4.4.1",
"supertest": "^6.2.2",
"vm2": "^3.9.9",
"yaml": "^1.10.2",