Added start script.

This commit is contained in:
Harrison Deng 2022-03-20 20:23:16 -05:00
parent 5eef357132
commit 77f309e6f5

View File

@ -4,6 +4,7 @@
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
@ -11,4 +12,4 @@
"dependencies": {
"express": "^4.17.3"
}
}
}