heroku bugfix - 7

This commit is contained in:
2020-03-07 05:33:21 +05:30
parent 98bd5b51fe
commit 0751cae401
3 changed files with 4 additions and 2 deletions

1
server/.npmrc Normal file
View File

@@ -0,0 +1 @@
NPM_CONFIG_PRODUCTION=false

View File

@@ -6,7 +6,8 @@
"cors": "^2.8.5",
"formidable": "^1.2.1",
"mongoose": "^5.7.8",
"multer": "^1.4.2"
"multer": "^1.4.2",
"pino-colada": "^1.4.5"
},
"scripts": {
"start": "node-env-run --exec nodemon | pino-colada"
@@ -29,6 +30,5 @@
"express-pino-logger": "^4.0.0",
"node-env-run": "^3.0.2",
"nodemon": "^1.19.4",
"pino-colada": "^1.4.5"
}
}