UNPKG

homebridge-config-ui-x

Version:

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

7 lines 344 B
import { dirname, resolve } from 'node:path'; import process from 'node:process'; import { fileURLToPath } from 'node:url'; const __filename = fileURLToPath(import.meta.url); const __dirname = dirname(__filename); process.env.UIX_BASE_PATH = process.env.UIX_BASE_PATH_OVERRIDE || resolve(__dirname, '../'); //# sourceMappingURL=env-setup.js.map