Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Manan-jn authored Apr 12, 2022
1 parent 9125e65 commit 22d9786
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
Expand Down

1 comment on commit 22d9786

@vercel
Copy link

@vercel vercel bot commented on 22d9786 Jan 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

todo-list-db – ./

todo-list-db-manan-jn.vercel.app
todo-list-db.vercel.app
todo-list-db-git-main-manan-jn.vercel.app

Please sign in to comment.