Skip to main content
Version: Next

AppConfigLoader

Home > @backstage/core-app-api > AppConfigLoader

A function that loads in the App config that will be accessible via the ConfigApi.

If multiple config objects are returned in the array, values in the earlier configs will override later ones.

Signature:

export type AppConfigLoader = () => Promise<AppConfig[]>;

References: AppConfig