1
0
mirror of https://github.com/thib8956/tic-tac-toe-ws.git synced 2026-06-16 05:58:15 +00:00

fix: improve npm scripts and fix localhost detection

This commit is contained in:
2026-03-21 10:03:59 +01:00
parent ae7c3a4662
commit cccd62b8ad
8 changed files with 24 additions and 32 deletions
-2
View File
@@ -1,5 +1,3 @@
export type MessageKind = "click" | "hello" | "update" | "endgame" | "reset" | "spectate";
export type Message =
| { kind: "click", data: Click }
| { kind: "hello", data: Hello }