m2
Some checks failed
CI / validate (push) Has been cancelled

This commit is contained in:
2026-03-23 00:06:01 -05:00
parent 23ac496963
commit 1a9209431b
14 changed files with 258 additions and 83 deletions

View File

@@ -4,7 +4,7 @@
- `client/` hosts the React application and game shell.
- `server/` hosts the Express API, production static asset serving, and future persistence services.
- `docker/` contains a single-container production build and local compose entrypoint.
- `Dockerfile` and `compose.yml` define the single-container production build and local compose entrypoint.
## Immediate Direction