import { Environment, build } from './environment.type'; import { ElectronNativeService } from '@ucap-webmessenger/native-electron'; export const environment: Environment = build(true); environment.modules.native.serviceClass = ElectronNativeService;