feat: export workerQueue

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

View File

@@ -59,3 +59,5 @@ async function jobCounts() {
} }
jobCounts(); jobCounts();
export { workflowQueue, runWorkflow };