Skip to content

Commit

Permalink
added start script
Browse files Browse the repository at this point in the history
  • Loading branch information
vedang8 committed Jun 9, 2024
1 parent ffaf9d9 commit 0c1cb2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "",
"main": "app.js",
"scripts": {
"test": "jest"
"test": "jest",
"start": "node app.js"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 0c1cb2c

Please sign in to comment.