Skip to content

Commit

Permalink
fix: arguments must be passed through when dotenv is used (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
invertedEcho authored Sep 8, 2024
1 parent 187157f commit f280e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"format": "prettier -w \"src/**/*.ts\"",
"format:check": "prettier -c \"src/**/*.ts\"",
"start": "nest start",
"dev": "dotenv -e .env nest start --watch",
"start:debug": "nest start --debug --watch",
"dev": "dotenv -e .env nest start -- --watch",
"start:debug": "nest start -- --debug --watch",
"pm2:start": "pm2 start dist/src/main.js",
"pm2:restart": "pm2 restart dist/src/main.js",
"pm2:stop": "pm2 stop dist/src/main.js",
Expand Down

0 comments on commit f280e6e

Please sign in to comment.