File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11.DS_Store
22.idea
3- * .iml
4- node_modules
3+ / .vscode /
4+
55build
6- * .log *
6+ node_modules
77npm-debug.log
8+
9+ * .iml
10+ * .log *
811.history
912
1013# Elastic Beanstalk Files
1114.elasticbeanstalk /*
1215! .elasticbeanstalk /* .cfg.yml
1316! .elasticbeanstalk /* .global.yml
1417.env
18+
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const logger = new Rollbar({
2626 } ,
2727} ) ;
2828
29- if ( 'development' === process . env . NODE_ENV ) {
29+ if ( 'development' === process . env . NODE_ENV || 'true' === process . env . PRINT_LOGS_CONSOLE ) {
3030 logger . configure ( { verbose : true } ) ;
3131}
3232
Original file line number Diff line number Diff line change 99 "async" : " ^3.2.0" ,
1010 "body-parser" : " ~1.19.0" ,
1111 "bytes" : " ^3.1.0" ,
12- "cloudinary" : " ^1.28.1 " ,
12+ "cloudinary" : " https://github.com/cloudinary/cloudinary_npm.git#analyze_api_legacy " ,
1313 "config" : " ^3.3.6" ,
1414 "cookie-parser" : " ~1.4.5" ,
1515 "debug" : " ~4.3.1" ,
You can’t perform that action at this time.
0 commit comments