[Temp] Force logs

This commit is contained in:
Alexander Zinchuk 2021-06-11 02:31:44 +03:00
parent 03cf3e8498
commit cacaf7f9f2

View File

@ -5,7 +5,8 @@ export const APP_INFO = process.env.APP_INFO || 'Telegram T';
export const DEBUG = (
process.env.APP_ENV !== 'production' && process.env.APP_ENV !== 'perf' && process.env.APP_ENV !== 'test'
);
// Temporary
) || true;
export const DEBUG_MORE = false;
export const IS_TEST = process.env.APP_ENV === 'test';