diff --git a/.gitignore b/.gitignore index 0f0c567..f5f2ba6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ node_modules/ -*.mjs +*.js diff --git a/client.mts b/client.ts similarity index 99% rename from client.mts rename to client.ts index 8d10775..ed5249e 100644 --- a/client.mts +++ b/client.ts @@ -1,4 +1,4 @@ -import { Request, Response, Message, Hello, EndGame } from "common.mjs"; +import { Request, Response, Message, Hello, EndGame } from "common.js"; const CELL_SIZE = 150; const GRID_SIZE = CELL_SIZE * 3; diff --git a/common.mts b/common.ts similarity index 100% rename from common.mts rename to common.ts diff --git a/index.html b/index.html index 227d59e..270036e 100644 --- a/index.html +++ b/index.html @@ -6,5 +6,5 @@
- +