Skip to content

Commit

Permalink
chore: remove dotenv (#699)
Browse files Browse the repository at this point in the history
.env を優先する設定←いらないと思った
  • Loading branch information
cm-ayf authored Dec 28, 2024
1 parent 7288536 commit 2c1c4cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
14 changes: 0 additions & 14 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"main": "dist/main.js",
"scripts": {
"dev": "node --import=tsx --require dotenv/config src/main.ts",
"dev": "node --import=tsx --env-file=.env src/main.ts",
"build": "node scripts/build.js",
"start": "node dist/main.js",
"check": "run-s -c *:check",
Expand All @@ -26,7 +26,6 @@
"@types/eslint__js": "8.42.3",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "22.10.2",
"dotenv": "16.4.7",
"esbuild": "0.24.2",
"esbuild-plugin-version-injector": "1.2.1",
"eslint": "9.17.0",
Expand Down

0 comments on commit 2c1c4cf

Please sign in to comment.