Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import MainBackground from "./background/main.background";
const bitwardenMain = ((window as any).bitwardenMain = new MainBackground());
bitwardenMain.bootstrap().then(() => {
// Finished bootstrapping
});