thank you for the comments, @freben

This commit is contained in:
Paul Marbach
2020-04-08 10:18:46 -04:00
parent 06228b71e9
commit 1d6765e044
14 changed files with 61 additions and 65 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ your app's [`plugins.ts`](https://github.com/spotify/backstage/blob/master/packa
to enable the plugin:
```js
export { default as LighthousePlugin } from '@backstage/plugin-lighthouse';
import { default as LighthousePlugin } from '@backstage/plugin-lighthouse';
export LighthousePlugin;
```
Then, you need to use the `lighthouseApiRef` exported from the plugin to initialize the Rest API in