Initial commit

This commit is contained in:
maths81
2026-06-11 22:13:55 +08:00
commit 96a6a99963
13 changed files with 1358 additions and 0 deletions

9
compose.local.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
game:
build:
context: .
environment:
NODE_ENV: development
PORT: 3000
ports:
- "127.0.0.1:17979:3000"