mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-17 19:22:20 -04:00
Address CodeRabbit review: instead of duplicating the default listen address as a string literal in the CLI arg, reference the existing Config::DEFAULT_LISTEN constant so the CLI default and the config default cannot drift apart.