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
I optimized the frontend application to use fewer server resources by switching from building with pnpm to using bun, which is more lightweight and faster. While the pnpm build consumed nearly 100MB of RAM, bun reduced memory usage to under 20MB.