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 d658b35 commit ff12c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "authentication-backend",
"version": "1.0.0",
"description": "Backend App",
"main": "index.js",
"main": "./index.js",
"scripts": {
"start": "node index.js"
"start": "node ./index.js"
},
"dependencies": {
"bcrypt": "^5.1.1",
Expand Down

0 comments on commit ff12c08

Please sign in to comment.