Separate normal and dev start commands

This commit is contained in:
Thomas Wade 2018-10-20 14:04:21 +10:30
parent 7ed9c961f2
commit ad60d3886d

View File

@ -4,7 +4,8 @@
"description": "My submission for the second WebDev (COMP2772) assignment.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
"start": "node server.js",
"dev": "nodemon server.js"
},
"author": "Thomas Wade",
"devDependencies": {