Update README.md
Update the plugin import line in the installation instructions for the new backend Signed-off-by: Coraly Romero-Principe <34314397+cromero-principe@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4733a74641
commit
8944b8b537
@@ -17,7 +17,7 @@ yarn --cwd packages/backend add @backstage/plugin-catalog-backend-module-unproce
|
||||
In `packages/backend/src/index.ts` add the module:
|
||||
|
||||
```ts title="packages/backend/src/index.ts"
|
||||
backend.add(catalogModuleUnprocessedEntities());
|
||||
backend.add(import('@backstage/plugin-catalog-backend-module-unprocessed'));
|
||||
```
|
||||
|
||||
### Legacy Backend
|
||||
|
||||
Reference in New Issue
Block a user