fix: enforced dotenv config

This commit is contained in:
rafaelsideguide
2024-09-04 15:57:57 -03:00
parent 3f462eabe9
commit cb8571abad
16 changed files with 33 additions and 4 deletions
+2
View File
@@ -4,6 +4,8 @@ import { FirecrawlJob } from "../../types";
import { posthog } from "../posthog";
import "dotenv/config";
import { Logger } from "../../lib/logger";
import { configDotenv } from "dotenv";
configDotenv();
export async function logJob(job: FirecrawlJob) {
try {