Commit History

chore: trigger rebuild for COOP/COEP headers
cc0f5f7

k-l-lambda commited on

feat: add COOP/COEP headers for SharedArrayBuffer support (VS AI mode)
df482fa

k-l-lambda commited on

fix: rebuild frontend dist with room rename feature
eb57696

k-l-lambda commited on

feat: room rename and room switching with confirmation
6f4808d

k-l-lambda commited on

fix(vs-people): enable resign functionality to emit socket event
e144fd4

k-l-lambda Claude commited on

fix: sync board shape when joining existing room
df4bec6

k-l-lambda Claude commited on

fix: fall back to initializeGame when TGN loading fails
49798bd

k-l-lambda Claude commited on

fix: properly apply board shape from server in gameReset event
b78e8db

k-l-lambda Claude commited on

feat(debug): add window.trigoApi for testing
e367b4e

k-l-lambda commited on

fix(vs-people): initialize socket listeners when switching game modes
a7d41bc

k-l-lambda commited on

feat: switch to hash-based routing for better static hosting
77c3cea

k-l-lambda commited on

Deploy: add startup logging to debug VS People mode
f2d331b

k-l-lambda commited on

Deploy: include pre-built dist folder in git
876d29c

k-l-lambda commited on

Deploy: fix build by keeping pre-built dist folder
63a8db2

k-l-lambda commited on

Deploy: fix room selector reactivity bug
3a12496

k-l-lambda commited on

fix: remove .env.local from Dockerfile (local dev file only)
2aea863

k-l-lambda commited on

Update: fix disconnect state sync and dynamic socket URL
f6a5e63

k-l-lambda Claude commited on

Fix: Docker-specific entry point with correct paths
172c3de

k-l-lambda commited on

Test: run TypeScript directly with tsx
006b994

k-l-lambda commited on

Fix: add node_modules symlinks for module resolution
255c58f

k-l-lambda commited on

Test: full esbuild bundle with external deps
654dfbb

k-l-lambda commited on

Test: Express + Socket.io server
aba34fa

k-l-lambda commited on

Test: simple Express ESM server to verify module resolution
cb658ec

k-l-lambda commited on

Bundle all dependencies (remove --external flags)
48fe432

k-l-lambda commited on

Debug: restore Node server with startup wrapper
1f609d0

k-l-lambda commited on

Test: minimal static file server to debug container startup
e5bc874

k-l-lambda commited on

Debug: add syntax check, install onnxruntime-web for WASM
7e9c04f

k-l-lambda commited on

Debug: add file verification, remove unneeded public folder copy
e068877

k-l-lambda commited on

Fix .dockerignore: keep WASM files needed for onnxruntime
f4876c1

k-l-lambda commited on

Fix Docker build: copy inc/ before esbuild, allow .env.local
a6949ee

k-l-lambda commited on

Use .dockerignore to exclude LFS files (WASM, ONNX)
1383f8e

k-l-lambda Claude commited on

Force rebuild with new timestamp
6961147

k-l-lambda Claude commited on

Skip LFS files (ONNX, WASM) - copy only essential frontend files
fc1befc

k-l-lambda Claude commited on

Add error handling to diagnose cp failure
cfb16ef

k-l-lambda Claude commited on

Create app directory before copying dist
4ee4b23

k-l-lambda Claude commited on

Add debug output for cloned repo contents
2548820

k-l-lambda Claude commited on

Clone repo with git-lfs inside Docker to get LFS files
617ede1

k-l-lambda Claude commited on

Remove all echo statements from Dockerfile
b218f18

k-l-lambda Claude commited on

Simplify Dockerfile - copy directories without wildcards
8c053fb

k-l-lambda Claude commited on

Split frontend copy to identify LFS file issue
196976e

k-l-lambda Claude commited on

Install backend deps at root level to avoid nested npm issue
ba018b4

k-l-lambda Claude commited on

Try npm install with --ignore-scripts for backend
aa55d85

k-l-lambda Claude commited on

Add more debugging for backend npm install
426c756

k-l-lambda Claude commited on

Minimal diagnostic Dockerfile with step-by-step echo
8503c2c

k-l-lambda Claude commited on

Remove git and git-lfs from Docker build
b7f5bc6

k-l-lambda Claude commited on

Use yarn for root install, npm for backend
26001bb

k-l-lambda Claude commited on

Use npm ci with fallback to npm install --force
7bb4f7a

k-l-lambda Claude commited on

Skip frontend build, use pre-built dist folder
f35f8c5

k-l-lambda Claude commited on

Use full node:20 image and add verbose npm install
d1748ef

k-l-lambda Claude commited on