UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge.

8 lines (7 loc) 364 B
import type { NestFastifyApplication } from '@nestjs/platform-fastify'; import './env-setup.js'; import 'reflect-metadata'; import './self-check.js'; import './global-defaults.js'; export { HomebridgeIpcService } from './core/homebridge-ipc/homebridge-ipc.service.js'; export declare const app: Promise<NestFastifyApplication<import("fastify").RawServerDefault>>;