Skip to content

Commit 1c3d8f8

Browse files
committed
fix generating index.d.ts
1 parent d53bd22 commit 1c3d8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-backend/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { auth, JWT } from "@colyseus/auth";
44
import { matchMaker, RoomListingData } from '@colyseus/core';
55
import { allRoomNames } from "./colyseus.ext";
66

7-
export const playground = express.Router();
7+
export const playground: express.Router = express.Router();
88

99
export type AuthConfig = {
1010
oauth: string[],

0 commit comments

Comments
 (0)