Updates the global configuration object with the provided partial configuration. This function merges the given configuration into the existing GLOBAL_CONFIG object.

  • Parameters

    • config: Partial<IGlobalConfig>

      A partial configuration object containing the properties to update. Only the specified properties will be updated, leaving the rest of the GLOBAL_CONFIG unchanged.

    Returns void