Skip to content

Commit

Permalink
fix: fix for npm start
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMaster17 committed Sep 2, 2024
1 parent 59a1844 commit 335db76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion express_backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"dev": "nodemon app.js",
"start": "npm app.js",
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
Expand Down

0 comments on commit 335db76

Please sign in to comment.