next-ucap-messenger/projects/ucap-webmessenger-app/src/environments/environment-renderer.prod.ts
2019-11-11 15:53:39 +09:00

6 lines
252 B
TypeScript

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