feat: export workerQueue

This commit is contained in:
karishmas6
2024-10-07 01:19:35 +05:30
parent fef6811387
commit 4dcfda851a

View File

@@ -58,4 +58,6 @@ async function jobCounts() {
console.log('Jobs:', jobCounts);
}
jobCounts();
jobCounts();
export { workflowQueue, runWorkflow };