Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit ab728e6

Browse files
committed
Remove dotenv
1 parent e3292d6 commit ab728e6

File tree

3 files changed

+465
-461
lines changed

3 files changed

+465
-461
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.env
2+
.envrc
23
dist
34
node_modules

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "tsc",
99
"prepare": "husky install",
1010
"release": "pnpm build && changeset publish",
11-
"start": "pnpm build && node --require dotenv/config dist/index.js"
11+
"start": "pnpm build && node dist/index.js"
1212
},
1313
"keywords": [
1414
"download",
@@ -29,7 +29,6 @@
2929
"@types/node": "^18.11.9",
3030
"@typescript-eslint/eslint-plugin": "^5.49.0",
3131
"@typescript-eslint/parser": "^5.49.0",
32-
"dotenv": "^16.0.3",
3332
"eslint": "^8.32.0",
3433
"eslint-config-prettier": "^8.6.0",
3534
"husky": "^8.0.0",

0 commit comments

Comments
 (0)