Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
samnixon87 committed Sep 18, 2024
1 parent 1df99ff commit dd5a965
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions content/backstage/plugins/aws-proxy-sigv4.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gettingStarted:
+ backend.add(import('@segment/backstage-plugin-proxy-sigv4-backend'));
backend.start();
- intro: Or if you're using the Legacy Backend System, you'll need to add the plugin to the router in the backend. To do this, create a new backend plugin wrapper module.
- intro: Or if you're using the Legacy Backend System, you'll need to add the plugin to the router in the backend. To do this, create a new backend plugin wrapper module and then add that to your backend index.ts file.
language: typescript
code: |
// packages/backend/src/plugins/proxy-sigv4.ts
Expand All @@ -51,8 +51,6 @@ gettingStarted:
return await createRouter({ logger, config });
}
language: typescript
code: |
// packages/backend/src/index.ts
+import proxySigV4 from './plugins/proxy-sigv4';
Expand Down

0 comments on commit dd5a965

Please sign in to comment.