🌳
pt0/klustersF/harv2demo/epSyncHomeass.mjs
4import * as klusterCfg from "./common.mjs"
6const hostname = 'homeass.harv2.demokluster.com'
8if (isDirectlyRun(import.meta.url)) {
9 enterKlusterCtxs(klusterCfg, {importMetaUrl: import.meta.url})
10 await k8sHomeAssProxy({hostname})
12export default {importMetaUrl: import.meta.url, nonWcHostname: hostname}