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(build): prevent node:async_hooks from leaking into client bundles
Add a browser export condition to @zenstackhq/orm so that browser bundlers
(Turbopack, webpack) use an empty stub instead of dist/index.mjs, which
imports node:async_hooks via internal-context.ts. Also include the Node.js
version in the CI pnpm cache key to prevent native module (better-sqlite3)
ABI mismatches after a Node.js upgrade.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments