set
Set a configuration value at the given dot-notation path, creating intermediate
objects as needed. Keys matching __proto__, constructor, or prototype are
silently ignored to prevent prototype pollution.
Parameters
path
Dot-separated key path into the config object (e.g., "server.port").
value
The value to store at the given path.
Returns
ConfigLoader — Returns this for method chaining.