© 2026 Hedgehog Software, LLC
const HostPort = Config.unwrap({ host: Config.string('HOST'), port: Config.number('PORT'), })
const HostPort = Config.all({ host: Config.string('HOST'), port: Config.number('PORT'), })