remove isCI conf var

This commit is contained in:
Siddharth Singh 2025-04-06 15:20:39 +05:30
parent 5dc2cc405f
commit 6778a42d54
No known key found for this signature in database

View file

@ -238,10 +238,6 @@ export class DittoConf {
}; };
} }
get isCI() {
return this.env.get('CI') === 'true';
}
get logConfig() { get logConfig() {
const [fmt = 'jsonl', level = 'debug', scopes = ''] = (this.env.get('DEBUG') || '').split(':'); const [fmt = 'jsonl', level = 'debug', scopes = ''] = (this.env.get('DEBUG') || '').split(':');
return { return {