loadCompiledConfigSchema()
Home > @backstage/plugin-app-node
> loadCompiledConfigSchema
Loads the config schema that is embedded in the frontend build.
Signature:
function loadCompiledConfigSchema(appDistDir: string): Promise<ConfigSchema | undefined>;
Parameters
Parameter |
Type |
Description |
---|---|---|
appDistDir |
string |
Promise<ConfigSchema | undefined>