Modify npm start script to run app.js

This commit is contained in:
Sam Ratcliffe
2020-12-05 17:20:18 -05:00
parent 2c447f967f
commit ad2a39ad26
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
"start": "node app.js"
},
"author": "",
"license": ""