Variable: configMeta
const configMeta: $ZodRegistry<ConfigMeta, $ZodType<unknown, unknown, $ZodTypeInternals<unknown, unknown>>>;
Defined in: packages/overcast-core/src/config-schema.ts:62
Every ConfigMeta in the process, keyed by the schema it belongs to.
A registry rather than .meta() on the global one: the metadata a config
field needs is a closed set, and a typed registry is what makes a field
missing its env a compile error instead of an undefined discovered while
rendering --help.