Add nodemon

This commit is contained in:
William Brawner 2020-09-01 23:19:37 +00:00
parent ec605b49fc
commit b71cc57919
2 changed files with 855 additions and 3 deletions

851
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -5,6 +5,7 @@
"main": "src/index.js",
"scripts": {
"start": "node server/index.js",
"dev": "nodemon server/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "William Brawner <me@wbrawner.com>",
@ -16,7 +17,7 @@
"mysql": "^2.18.1"
},
"devDependencies": {
"eslint": "^7.7.0"
},
"type": "module"
"eslint": "^7.7.0",
"nodemon": "^2.0.4"
}
}