Skip to content

Commit

Permalink
Changing start server command in package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
crimanlor committed Aug 22, 2024
1 parent b404562 commit f4be61a
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 @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.js"
"start": "nodemon app.js"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit f4be61a

Please sign in to comment.