1
0
mirror of https://github.com/bitwarden/browser synced 2024-12-20 06:28:26 +01:00
bitwarden-estensione-browser/src/background.ts
2018-01-19 16:19:24 -05:00

7 lines
209 B
TypeScript

import MainBackground from './background/main.background';
const bitwardenMain = (window as any).bitwardenMain = new MainBackground();
bitwardenMain.bootstrap().then(() => {
// Finished bootstrapping
});