Skip to content

Commit 6807a87

Browse files
committed
test 01
1 parent f7c1fdc commit 6807a87

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

nodemon.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"env" : {
33
"MYSQL_USER" : "root",
4-
"MYSQL_PASSWORD" : "Matheus2003",
4+
"MYSQL_PASSWORD" : "Kaua2004",
55
"MYSQL_DATABASE" : "db_cfc",
66
"MYSQL_HOST" : "localhost",
77
"MYSQL_PORT" : 3306,

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"morgan": "^1.10.0",
2525
"multer": "^1.4.2",
2626
"mysql": "^2.18.1",
27-
"mysql2": "^2.2.5",
28-
"sharp": "^0.27.2"
27+
"mysql2": "^2.2.5"
2928
},
3029
"devDependencies": {
3130
"nodemon": "^2.0.7"

0 commit comments

Comments
 (0)