mirror of
https://github.com/escalante29/WealthySmart.git
synced 2026-05-19 08:48:48 +02:00
All checks were successful
Deploy to VPS / deploy (push) Successful in 5s
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>