Updated to use default import
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
@@ -57,13 +57,12 @@ In your `packages/backend/src/index.ts` make the following changes:
|
||||
|
||||
```diff
|
||||
import { createBackend } from '@backstage/backend-defaults';
|
||||
+ import { devtoolsPlugin } from '@backstage/plugin-devtools-backend';
|
||||
|
||||
const backend = createBackend();
|
||||
|
||||
// ... other feature additions
|
||||
|
||||
+ backend.add(devtoolsPlugin());
|
||||
+ backend.add(import('@backstage/plugin-devtools-backend'));
|
||||
|
||||
backend.start();
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user