Browse Source

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.
creatixchu 2 tháng trước cách đây
mục cha
commit
012b5eb466
1 tập tin đã thay đổi với 1 bổ sung và 1 xóa
  1. 1 1
      apps/cli/src/app-cli-entry.ts

+ 1 - 1
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