From 012b5eb466e5c21ab0e70923edcbca9b0a0d97ce Mon Sep 17 00:00:00 2001 From: creatixchu Date: Tue, 28 Jul 2026 21:54:02 +0800 Subject: [PATCH] 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. --- apps/cli/src/app-cli-entry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cli/src/app-cli-entry.ts b/apps/cli/src/app-cli-entry.ts index acc4482018..668d8f7f02 100644 --- a/apps/cli/src/app-cli-entry.ts +++ b/apps/cli/src/app-cli-entry.ts @@ -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