fix: add prefix and remove resolution esm flag (#1095)

* fix: add prefix and remove resolution esm flag

* refactor: revert
This commit is contained in:
Mauricio Siu
2025-01-12 15:10:25 -06:00
committed by GitHub
parent ae97595610
commit a965c0e924
7 changed files with 24 additions and 19 deletions

View File

@@ -1,8 +1,8 @@
import { type Job, Worker } from "bullmq";
import { logger } from "./logger";
import { connection } from "./queue";
import type { QueueJob } from "./schema";
import { runJobs } from "./utils";
import { logger } from "./logger.js";
import { connection } from "./queue.js";
import type { QueueJob } from "./schema.js";
import { runJobs } from "./utils.js";
export const firstWorker = new Worker(
"backupQueue",