Skip to content

Commit

Permalink
removed package dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
theanupambista committed Sep 20, 2024
1 parent b03ed2b commit b110ef3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"chalk": "^4.1.2",
"class-transformer": "^0.5.1",
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"nodemailer": "^6.9.14",
"ts-node": "^10.9.2",
"winston": "^3.14.1",
Expand Down
9 changes: 0 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "dotenv/config";
import backupHelper from "./utils/backup.utils";
import { exec } from "child_process";
import { ConfigType } from "./@types/types";
Expand Down

0 comments on commit b110ef3

Please sign in to comment.