Fix package.json

This commit is contained in:
rzmk 2021-06-21 21:32:20 -04:00
parent 4d5f24eebb
commit afea359294

View file

@ -4,7 +4,7 @@
"description": "A simple blog connected to a MongoDB database.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node app.js"
},
"author": "Mueez Khan",
"license": "ISC",