Skip to content

Commit

Permalink
chore: export job-scheduler for testing in pro version
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Nov 22, 2024
1 parent 0d39657 commit 53ef1d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/classes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export * from './child-processor';
export * from './errors';
export * from './flow-producer';
export * from './job';
export * from './job-scheduler';
// export * from './main'; this file must not be exported
// export * from './main-worker'; this file must not be exported
export * from './queue-base';
Expand Down

0 comments on commit 53ef1d1

Please sign in to comment.