PR #298 moves the example Babel setup into a shared factory, but the factory omits the @nitro-sqlite alias introduced by #330. Current tests import native wrapper internals through that alias and fail to bundle without it.
Add the library source alias to the shared configuration and verify resolution from both the mobile and macOS example roots.
Source: #298
PR #298 moves the example Babel setup into a shared factory, but the factory omits the @nitro-sqlite alias introduced by #330. Current tests import native wrapper internals through that alias and fail to bundle without it.
Add the library source alias to the shared configuration and verify resolution from both the mobile and macOS example roots.
Source: #298