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: rebuild shared package as CommonJS in Docker for Node.js compat
The shared package uses moduleResolution:bundler which allows bare
directory imports. Node.js ESM doesn't support these. Rebuild as
CommonJS in the Docker build stage for runtime compatibility.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments