Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsinghal87 committed Feb 24, 2024
1 parent f875f65 commit f3e8319
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nodejs-docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
"start:dev": "nodemon ./bin/www",
"start": "node ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
Expand Down

0 comments on commit f3e8319

Please sign in to comment.