Update Index Exports
Workflow
- •Identify the package under
packages/that owns the new module. - •Open
packages/<pkg>/src/index.ts. - •Add or update exports for the new module/function.
- •Avoid duplicate exports and keep ordering consistent with the file.
- •If a new module was added, ensure it has tests in
packages/<pkg>/__tests__/.