You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): add NODE_OPTIONS to bundle steps to prevent OOM crash on macOS
The vite build for this app generates a ~4.8MB bundle which causes
Node.js to run out of memory on the macOS CI runner (exit code 129).
Set --max-old-space-size=4096 for all bundle steps on all platforms.