Commit History

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

Fix Dockerfile to copy correct config files
2488b95

k-l-lambda Claude commited on

Add verbose step-by-step debug output to Dockerfile
574ab36

k-l-lambda Claude commited on

Revert to building frontend from source with verbose output
5b189e3

k-l-lambda Claude commited on

Use git clone with LFS pull to properly resolve LFS files
850daa9

k-l-lambda Claude commited on

Use pre-built dist folder instead of building in Docker
11f07f6

k-l-lambda Claude commited on

Trigger rebuild
2cbd678

k-l-lambda Claude commited on

Fix: increase memory for vite build
d371cc1

k-l-lambda Claude commited on

Revert to building in Docker instead of using pre-built files
90ad400

k-l-lambda Claude commited on

Debug: add verbose directory listing during clone
4f0cc53

k-l-lambda Claude commited on

Fix: use full git clone instead of shallow for LFS files
127ba83

k-l-lambda Claude commited on

Fix: use git clone + lfs pull instead of COPY for LFS files
8060255

k-l-lambda Claude commited on

Add verification steps to check pre-built files exist
e2c9801

k-l-lambda Claude commited on

Trigger rebuild
8b192a5

k-l-lambda Claude commited on

Remove debug step to test if build succeeds
a6864cd

k-l-lambda Claude commited on

Debug: use set +e and explicit exit 0
786a9ec

k-l-lambda Claude commited on

Debug: add non-failing directory structure check
9350773

k-l-lambda Claude commited on

Fix: remove dist exclusion from .dockerignore
ae72628

k-l-lambda Claude commited on

Add verification step to check pre-built files exist
e180aed

k-l-lambda Claude commited on

Pre-build backend to skip esbuild step in Docker
6a4b3c0

k-l-lambda Claude commited on

Fix: correct esbuild output path and remove redundant COPY step
9563838

k-l-lambda Claude commited on

Skip vite build by committing pre-built frontend dist
be5c8a6

k-l-lambda Claude commited on

Fix: use node directly to run vite build
23c0c0a

k-l-lambda Claude commited on

Fix: increase Node.js memory limit for vite build
53f75a9

k-l-lambda Claude commited on

Fix: add onnxruntime-web to app dependencies
79ce0a9

k-l-lambda Claude commited on

Fix: exclude large ONNX files from vite build step
2fb00d9

k-l-lambda Claude commited on

Add diagnostic output to vite build step
adc9eb5

k-l-lambda Claude commited on

Fix: update .dockerignore to include package-lock.json and .env files
16054ff

k-l-lambda Claude commited on

Fix: simplify vite config path resolution and use local vite binary
a3cb895

k-l-lambda Claude commited on

Fix: regenerate package-lock.json with sass instead of sass-embedded
ff0a701

k-l-lambda Claude commited on

Fix: remove scss api setting and add debug output for vite build
7be3ed0

k-l-lambda Claude commited on

Fix: replace sass-embedded with sass for Docker compatibility
84c3e8c

k-l-lambda Claude commited on

Skip jison parser build - use pre-built tgnParser.cjs
077b914

k-l-lambda commited on

Use npm run build:prod instead of npx vite build
24fb85f

k-l-lambda commited on

Update debug logs and trigger rebuild
48e90b4

k-l-lambda commited on

Skip vue-tsc type checking in production build
3fca6c2

k-l-lambda commited on

Force rebuild with updated timestamp
b5101c0

k-l-lambda commited on

Add debug logging for socket.io room membership
634af17

k-l-lambda Claude commited on