Nx
Enterprise
Nx
fix(core): add explicit exports entry for nx/src/native directory The nx-cloud light client imports `nx/src/native` via package specifier. Since `src/native` is a directory (with index.js), the wildcard exports pattern `./src/*` resolves to `./dist/src/native.js` instead of `./dist/src/native/index.js`. Node's exports map doesn't do directory index resolution like CJS require does. This causes the native module import to fail silently in the cloud client's try/catch, which cascades to `getDbConnection is not a function` errors in CI. [Self-Healing CI Rerun]
nx-cloud record -- nx format:check
Sign in / Sign up
Open main menu
Succeeded
CI Pipeline Execution
1 run failed
nx-cloud record -- nx format:check
Click to copy
Linux
4 CPU cores
839a917e
34967