Files
WealthySmart/frontend
Carlos Escalante ead8fb8684
All checks were successful
Deploy to VPS / deploy (push) Successful in 5s
Fix prod frontend container: tsx on PATH and cap build heap
Runner stage was invoking `tsx server.ts` via sh, which doesn't
have node_modules/.bin on PATH, so the container crash-looped with
"tsx: not found" (502 at the edge). Use the absolute binary path
instead.

Also caps the Vite build's V8 heap to 1.5 GB so a future build on
the 4-core / 8 GB VPS can't OOM-kill neighbouring services.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 22:21:45 -06:00
..