Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SohamMhatre09 authored Apr 4, 2024
1 parent 7586174 commit e459988
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Backend App",
"main": "./index.js",
"scripts": {
"start": "Node ./index.js"
"start": "node ./index.js"
},
"dependencies": {
"cors": "^2.8.5",
Expand All @@ -13,4 +13,3 @@
"mongoose": "^8.2.4"
}
}

0 comments on commit e459988

Please sign in to comment.