fix(cli): stop exporting the internal all-interfaces bind literal

knip (unused exports) flags ALL_INTERFACES_HOST: both consumers live in
apps/cli source, so the constant needs no export surface.
This commit is contained in:
creatixchu
2026-07-28 21:54:02 +08:00
parent 3c8cd3cb9d
commit 012b5eb466

View File

@@ -27,7 +27,7 @@ const PROFILE_DIR = '.dsh-tmp-profile'
const PROFILE_FILE = 'config.json'
/** The webserver schema's all-interfaces bind literal: gates LAN-authority derivation here and the printed LAN URL in web.ts. */
export const ALL_INTERFACES_HOST = '0.0.0.0'
const ALL_INTERFACES_HOST = '0.0.0.0'
/**
* Non-internal IPv4 interface addresses of this machine — the IP-literal