can creater & join lobby

This commit is contained in:
evanpelle
2024-10-14 20:45:31 -07:00
parent e490e23add
commit 42a6a2fcef
12 changed files with 481 additions and 347 deletions
+2 -2
View File
@@ -45,8 +45,8 @@ const PlayerTypeSchema = z.nativeEnum(PlayerType);
export interface Lobby {
id: string;
msUntilStart: number;
numClients: number;
msUntilStart?: number;
numClients?: number;
}
const EmojiSchema = z.string().refine(