feat(core-shared/jobs): public barrel via @repo/core-shared/jobs subpath
This commit is contained in:
4
packages/core-shared/src/jobs/index.ts
Normal file
4
packages/core-shared/src/jobs/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export type { IJobQueue } from "./job-queue.interface";
|
||||
export { CORE_SHARED_JOBS_SYMBOLS } from "./symbols";
|
||||
export { InMemoryJobQueue, type InMemoryHandler } from "./in-memory-job-queue";
|
||||
export { PayloadJobQueue } from "./payload-job-queue";
|
||||
Reference in New Issue
Block a user