sonarqube,welcome: update dev setups

This commit is contained in:
Patrik Oldsberg
2021-02-01 19:20:41 +01:00
parent f8eefd6c8f
commit b98928a38e
2 changed files with 3 additions and 9 deletions
+2 -2
View File
@@ -15,6 +15,6 @@
*/
import { createDevApp } from '@backstage/dev-utils';
import { plugin } from '../src/plugin';
import { welcomePlugin } from '../src/plugin';
createDevApp().registerPlugin(plugin).render();
createDevApp().registerPlugin(welcomePlugin).render();