Skip to content

Commit

Permalink
update env variable import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamkaran committed Sep 16, 2024
1 parent d67a398 commit 7724644
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import dotenv from "dotenv";
dotenv.config();

import "dotenv/config";
import connectDB from "./db/index.db.js";
import { app } from "./app.js";

Expand Down

0 comments on commit 7724644

Please sign in to comment.