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
- Removed the dynamic loading of activity modules in index.ts, simplifying the import process by directly importing activities from the new activities/index.ts file. This change enhances code clarity and maintainability by reducing complexity in the module loading logic.
- Added a new activities/index.ts file to centralize activity exports, improving the organization of activity functions within the project.
These modifications contribute to a cleaner and more efficient codebase for the Temporal worker.
0 commit comments