Recursively resolves a config entry or nested config structure:
The config entry to resolve.
Optional
Whether to resolve referenced entries.
The fully resolved value (string, object, or array).
const val = await resolveEntry('remote/config.json'); Copy
const val = await resolveEntry('remote/config.json');
Recursively resolves a config entry or nested config structure: