bitwarden-estensione-browser/apps/browser/src/background.ts

7 lines
209 B
TypeScript

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