-
- Downloads
Attempt to connect with database.
... | ... | @@ -4,7 +4,7 @@ |
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "node index.js", | ||
"start": "nodemon index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [], | ||
... | ... | @@ -14,5 +14,8 @@ |
"express": "^4.21.0", | ||
"mysql": "^2.18.1", | ||
"mysql2": "^3.11.3" | ||
}, | ||
"devDependencies": { | ||
"nodemon": "^3.1.7" | ||
} | ||
} |
Please register or sign in to comment