UNPKG

@backstage-community/plugin-sonarqube

Version:
17 lines (14 loc) 619 B
import { jsx } from 'react/jsx-runtime'; import { EntityContentBlueprint } from '@backstage/plugin-catalog-react/alpha'; import { isSonarQubeAvailable } from '@backstage-community/plugin-sonarqube-react'; const entitySonarQubeContent = EntityContentBlueprint.make({ name: "entity", params: { defaultPath: "sonarqube", defaultTitle: "SonarQube", filter: isSonarQubeAvailable, loader: () => import('../components/SonarQubeContentPage/index.esm.js').then((m) => /* @__PURE__ */ jsx(m.SonarQubeContentPage, {})) } }); export { entitySonarQubeContent }; //# sourceMappingURL=entityContent.esm.js.map