mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-22 21:02:34 +08:00
7 lines
209 B
TypeScript
7 lines
209 B
TypeScript
import MainBackground from './background/main.background';
|
|
|
|
const bitwardenMain = (window as any).bitwardenMain = new MainBackground();
|
|
bitwardenMain.bootstrap().then(() => {
|
|
// Finished bootstrapping
|
|
});
|