mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-10 21:03:56 +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
|
|
});
|