added nodemon to automate starting the server.js when i changed some codes
This commit is contained in:
+3
-2
@@ -4,7 +4,7 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node server.js"
|
||||
"start": "nodemon server.js"
|
||||
},
|
||||
"author": "F04C, Michael, Ronmel",
|
||||
"license": "ISC",
|
||||
@@ -15,7 +15,8 @@
|
||||
"express": "^4.21.0",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"mysql": "^2.18.1",
|
||||
"mysql2": "^3.11.3"
|
||||
"mysql2": "^3.11.3",
|
||||
"nodemon": "^3.1.6"
|
||||
},
|
||||
"keywords": [],
|
||||
"description": ""
|
||||
|
||||
Reference in New Issue
Block a user