This is the single entry point for the config file subsystem.
The result contains Partial<FrameworkEnvConfig> overrides that
can be applied via applyConfigOverrides().
Unknown keys are stripped during validation and logged as warnings
so typos are visible without preventing the server from starting.
Load and validate a config file.
This is the single entry point for the config file subsystem. The result contains
Partial<FrameworkEnvConfig>overrides that can be applied viaapplyConfigOverrides().Unknown keys are stripped during validation and logged as warnings so typos are visible without preventing the server from starting.