tech-radar: Add alpha exports for page and api extensions

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2023-09-19 14:29:33 +02:00
parent ad71255f5d
commit 0ca9a540e6
4 changed files with 106 additions and 1 deletions
+2 -1
View File
@@ -17,6 +17,7 @@
import { createApp } from '@backstage/frontend-app-api';
import { pagesPlugin } from './examples/pagesPlugin';
import graphiqlPlugin from '@backstage/plugin-graphiql/alpha';
import techRadarPlugin from '@backstage/plugin-tech-radar/alpha';
/*
@@ -48,7 +49,7 @@ TODO:
/* app.tsx */
const app = createApp({
plugins: [graphiqlPlugin, pagesPlugin],
plugins: [graphiqlPlugin, pagesPlugin, techRadarPlugin],
// bindRoutes({ bind }) {
// bind(catalogPlugin.externalRoutes, {
// createComponent: scaffolderPlugin.routes.root,