[mirotalksfu] - add console color in config

هذا الالتزام موجود في:
Miroslav Pejic
2023-04-24 20:27:41 +02:00
الأصل e2895b3d1f
التزام 33efc5aaaf
2 ملفات معدلة مع 2 إضافات و1 حذوفات

عرض الملف

@@ -6,7 +6,7 @@ const colors = require('colors');
const config = require('./config');
colors.enable(); //colors.disable();
config.console.colors ? colors.enable() : colors.disable();
const options = {
depth: null,

عرض الملف

@@ -46,6 +46,7 @@ module.exports = {
},
console: {
debug: true,
colors: true,
},
ngrok: {
/*