Creates and renders a minimal development app for the new frontend system.
// dev/index.tsimport { createDevApp } from '@backstage/frontend-dev-utils';import myPlugin from '../src';createDevApp({ features: [myPlugin] }); Copy
// dev/index.tsimport { createDevApp } from '@backstage/frontend-dev-utils';import myPlugin from '../src';createDevApp({ features: [myPlugin] });
Creates and renders a minimal development app for the new frontend system.