Skip to content

Commit

Permalink
require missing dotenv config
Browse files Browse the repository at this point in the history
  • Loading branch information
anish-work committed Nov 13, 2024
1 parent d8a8ba1 commit 70af2d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const metascraper = require("metascraper")([
require("metascraper-image")(),
require("metascraper-logo-favicon")(),
]);
require("dotenv").config?.();

const express = require("express");
var cors = require("cors");
Expand Down

0 comments on commit 70af2d4

Please sign in to comment.