mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
debug new classes
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
import { AuthService } from 'jslib/services/auth.service';
|
||||
|
||||
import { LoginCommand } from './commands/login.command';
|
||||
@@ -101,3 +100,7 @@ export class Main {
|
||||
this.program.run();
|
||||
}
|
||||
}
|
||||
|
||||
if (process.env.NODE_ENV === 'debug') {
|
||||
new Main().run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user