n8n
Version:
n8n Workflow Automation Tool
7 lines • 350 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.shouldLoadModule = void 0;
const shouldLoadModule = (ctx) => ctx.instance.instanceType === 'main' &&
(ctx.database.type !== 'sqlite' || ctx.database.sqlite.poolSize > 0);
exports.shouldLoadModule = shouldLoadModule;
//# sourceMappingURL=insights.pre-init.js.map
;