search
Static method that searches for a config file in standard locations: the
current working directory, ./config/, and ~/.signalwire/. Returns a
loaded ConfigLoader if found, or null if the file does not exist in
any search path.
Parameters
filename
The config file name to search for (e.g., "config.json").
Returns
ConfigLoader | null — A loaded ConfigLoader instance, or null if not found.