File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @colyseus/playground" ,
3
- "version" : " 0.15.13 " ,
3
+ "version" : " 0.15.14 " ,
4
4
"dependencies" : {
5
5
"@colyseus/core" : " ^0.15.0" ,
6
6
"@colyseus/auth" : " ^0.15.0"
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ export function AuthOptions({
101
101
} , [ ] ) ;
102
102
103
103
return (
104
- < div className = "border-b pb-4" >
104
+ < div className = "border-b pb-4 border-gray-300 dark:border-slate-500 " >
105
105
< div className = "flex" >
106
106
< input
107
107
type = "text"
Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ export const endpoint = `${baseEndpoint}${window.location.pathname.replace(/\/+$
13
13
14
14
export const client = new Client ( baseEndpoint ) ;
15
15
16
- // export const endpoint = "http://localhost:2567/playground";
17
- // export const client = new Client("http://localhost:2567");
18
-
19
16
export const global = { connections : [ ] as Connection [ ] , } ;
20
17
21
18
export const roomsBySessionId : { [ sessionId : string ] : Room } = { } ;
You can’t perform that action at this time.
0 commit comments