Moved from amazon mail to caliban

This commit is contained in:
Martin Donnelly 2019-09-10 10:00:23 +01:00
parent 1dcc753561
commit a85064d7a4
3 changed files with 1350 additions and 1406 deletions

2751
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -25,7 +25,6 @@
"jsonfile": "^4.0.0",
"lodash": "^4.17.4",
"log4js": "^2.3.10",
"memwatch-next": "^0.3.0",
"node-cron": "^1.2.1",
"node-localstorage": "^1.3.0",
"pug": "^2.0.4",

View File

@ -26,11 +26,11 @@ const quotes = require('./lib/quotes');
// var db_name = 'silvrgit';
// var dbCloudant = nano.use(db_name);
const memwatch = require('memwatch-next');
/*const memwatch = require('memwatch-next');
memwatch.on('leak', (info) => {
console.error('Memory leak detected:\n', info);
});
});*/
/*