mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-06 07:47:12 +08:00
fix(queue-worker): move dotenv config up
This commit is contained in:
parent
e200ec9e12
commit
70d50b3640
@ -1,10 +1,10 @@
|
|||||||
|
import "dotenv/config";
|
||||||
import { CustomError } from "../lib/custom-error";
|
import { CustomError } from "../lib/custom-error";
|
||||||
import {
|
import {
|
||||||
getScrapeQueue,
|
getScrapeQueue,
|
||||||
redisConnection,
|
redisConnection,
|
||||||
scrapeQueueName,
|
scrapeQueueName,
|
||||||
} from "./queue-service";
|
} from "./queue-service";
|
||||||
import "dotenv/config";
|
|
||||||
import { logtail } from "./logtail";
|
import { logtail } from "./logtail";
|
||||||
import { startWebScraperPipeline } from "../main/runWebScraper";
|
import { startWebScraperPipeline } from "../main/runWebScraper";
|
||||||
import { callWebhook } from "./webhook";
|
import { callWebhook } from "./webhook";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user