1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

debug new classes

This commit is contained in:
Kyle Spearrin
2018-05-14 11:59:34 -04:00
parent 7f0f4a11f8
commit 2557f7239c
4 changed files with 15 additions and 8 deletions

View File

@@ -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();
}