ConfigTarget
Home > @backstage/config-loader
> ConfigTarget
Warning: This API is now obsolete.
Use ConfigSources.default() instead.
Signature:
export type ConfigTarget = {
path: string;
} | {
url: string;
};
Home > @backstage/config-loader
> ConfigTarget
Warning: This API is now obsolete.
Use ConfigSources.default() instead.
Signature:
export type ConfigTarget = {
path: string;
} | {
url: string;
};