Add nodemon
This commit is contained in:
parent
ec605b49fc
commit
b71cc57919
2 changed files with 855 additions and 3 deletions
851
package-lock.json
generated
851
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue