1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix build

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-10-26 15:39:29 -04:00
parent eb38d7b9ee
commit cdb129ea1e

View File

@ -69,7 +69,7 @@ type AppComponent = React.ComponentType & {
};
export async function bootstrap(comp: () => Promise<AppComponent>) {
AppPaths.init();
await AppPaths.init();
const rootElem = document.getElementById("app");
await attachChromeDebugger();