Skip to content

Commit

Permalink
chore: use env-file-if-exists
Browse files Browse the repository at this point in the history
  • Loading branch information
BoscoDomingo committed Nov 9, 2024
1 parent 704f563 commit 4917c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
],
"private": true,
"scripts": {
"start": "node --env-file=.env ./dist/src/app.js",
"dev": "tsx watch --clear-screen=false --env-file=.env ./src/app.ts",
"start": "node --env-file-if-exists=.env ./dist/src/app.js",
"dev": "tsx watch --clear-screen=false --env-file-if-exists=.env ./src/app.ts",
"build": "tsc -p tsconfig.build.json",
"lint": "biome check",
"format": "biome check --write",
Expand Down

0 comments on commit 4917c10

Please sign in to comment.