Update README.md missing ")"
error TS1005: ')' expected Signed-off-by: buaydin <126671687+buaydin@users.noreply.github.com>
This commit is contained in:
@@ -12,7 +12,7 @@ In your `packages/backend/src/index.ts` make the following changes:
|
||||
import { createBackend } from '@backstage/backend-defaults';
|
||||
const backend = createBackend();
|
||||
// ... other feature additions
|
||||
+ backend.add(import('@backstage/plugin-sonarqube-backend');
|
||||
+ backend.add(import('@backstage/plugin-sonarqube-backend'));
|
||||
backend.start();
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user