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": "", "description": "",
"main": "app.js", "main": "app.js",
"scripts": { "scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "", "author": "",