fix import of createScheduler
Signed-off-by: Dominik Pfaffenbauer <dominik@pfaffenbauer.at>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { create } from '@backstage/plugin-lighthouse-backend';
|
||||
import { createScheduler } from '@backstage/plugin-lighthouse-backend';
|
||||
import { PluginEnvironment } from '../types';
|
||||
import { CatalogClient } from '@backstage/catalog-client';
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ yarn add --cwd packages/backend @backstage/lighthouse-backend
|
||||
|
||||
```typescript
|
||||
import { Router } from 'express';
|
||||
import { create } from '@backstage/plugin-lighthouse-backend';
|
||||
import { createScheduler } from '@backstage/plugin-lighthouse-backend';
|
||||
import { PluginEnvironment } from '../types';
|
||||
import { CatalogClient } from '@backstage/catalog-client';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user