Skip to content

Commit

Permalink
Update envloader.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
renatodellosso authored Sep 2, 2024
1 parent 13e4dfe commit 6e64a17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/envloader.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ export function loadEnv() {
console.log("Loading environment variables...");

const result = dotenv.config({
path: path.resolve(__dirname, "../.env"),
debug: true
path: path.resolve(__dirname, "../.env")
});

if (result.error) {
Expand Down

0 comments on commit 6e64a17

Please sign in to comment.