UNPKG

lisa-box

Version:
14 lines 299 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.caches = { stores: [ { name: 'chatbot', store: 'memory', max: 100, ttl: 0 } ], defaults: ['chatbot'] }; //# sourceMappingURL=caches.js.map