Add nodemon and database connection check

This commit is contained in:
estherdev03
2025-03-19 12:07:10 -06:00
parent 1e17449c45
commit acd37a995b
4 changed files with 390 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node index.js"
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
@@ -21,5 +21,8 @@
"mysql": "^2.18.1",
"mysql2": "^3.12.0",
"nodemailer": "^6.10.0"
},
"devDependencies": {
"nodemon": "^3.1.9"
}
}