Skip to content

Commit

Permalink
corrected wrong port declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmypillow committed Aug 21, 2024
1 parent 4fef56e commit 0ddc796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./app.js localhost 3002",
"prod": "node ./app.js localhost 3002"
"prod": "node ./app.js --port 3002"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 0ddc796

Please sign in to comment.