ConfigSourceTarget
Home > @backstage/config-loader
> ConfigSourceTarget
A target to read configuration from.
Signature:
export type ConfigSourceTarget = {
type: 'path';
target: string;
} | {
type: 'url';
target: string;
};
Home > @backstage/config-loader
> ConfigSourceTarget
A target to read configuration from.
Signature:
export type ConfigSourceTarget = {
type: 'path';
target: string;
} | {
type: 'url';
target: string;
};