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: support q-manifest resolution under Bun runtime (#7565)
Previously, the manifest resolution logic only accounted for Node.js, causing issues when building under Bun. This patch updates the runtime check to include "bun" as well, allowing the server to load the q-manifest correctly during SSR builds in Bun environments.
0 commit comments