chore: update naming to next instead

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-07-21 10:53:33 +02:00
parent cd317e31da
commit f97f9dd67e
6 changed files with 9 additions and 10 deletions
@@ -1,9 +1,11 @@
import { createApp } from '@backstage/frontend-defaults';
import catalogPlugin from '@backstage/plugin-catalog/alpha';
import { appModule } from './modules/app';
export default createApp({
features: [
catalogPlugin,
appModule,
],
});
@@ -1,5 +1,5 @@
import { coreExtensionData, createFrontendModule } from "@backstage/frontend-plugin-api";
import appPlugin from "@backstage/plugin-app";
import { coreExtensionData, createFrontendModule } from '@backstage/frontend-plugin-api';
import appPlugin from '@backstage/plugin-app';
export const appModule = createFrontendModule({
pluginId: 'app',