We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08dead5 commit aa9f173Copy full SHA for aa9f173
Server/index.ts
@@ -2,7 +2,7 @@ import http from "http";
2
import express from "express";
3
import cors from "cors";
4
5
-import { Server, serialize, FossilDeltaSerializer } from "colyseus";
+import { Server } from "colyseus";
6
import { DemoRoom } from "./DemoRoom";
7
8
import socialRoutes from "@colyseus/social/express";
Server/package.json
@@ -14,7 +14,7 @@
14
},
15
"dependencies": {
16
"@colyseus/social": "^0.10.0",
17
- "colyseus": "^0.12.0-alpha.0",
+ "colyseus": "^0.12.0",
18
"cors": "^2.8.5",
19
"express": "^4.13.3",
20
"express-jwt": "^5.3.1",
0 commit comments