Skip to content

Commit

Permalink
fix: env-cmd -f
Browse files Browse the repository at this point in the history
  • Loading branch information
rosendolu committed Jul 14, 2024
1 parent 356a12b commit 97cfae9
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 @@ -6,8 +6,8 @@
"main": "src/app.js",
"scripts": {
"dev": "env-cmd -f ./.env.dev.local nodemon src/app.js",
"start": "env-cmd ./.env.local node src/app.js",
"prod": "env-cmd ./.env.local pm2 start ecosystem.config.js"
"start": "env-cmd -f ./.env.local node src/app.js",
"prod": "env-cmd -f ./.env.local pm2 start ecosystem.config.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 97cfae9

Please sign in to comment.