mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix typo in name of environment (#7318)
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
094758f425
commit
a29e45875f
@ -15,7 +15,7 @@ import { createContainer } from "@ogre-tools/injectable";
|
||||
import { registerMobX } from "@ogre-tools/injectable-extension-for-mobx";
|
||||
import { registerInjectableReact } from "@ogre-tools/injectable-react";
|
||||
|
||||
const environment = "main";
|
||||
const environment = "renderer";
|
||||
|
||||
const di = createContainer(environment);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user