Skip to content

Commit b34acd2

Browse files
authored
fix(3scale): revert readme change to pull plugin deps (janus-idp#1409)
1 parent 95cad79 commit b34acd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/3scale-backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ yarn workspace backend add @janus-idp/backstage-plugin-3scale-backend
112112
#### New Backend Procedure
113113

114114
1. If installing into the new backend system, make the same configurations to the `app=config.yaml` as in the [Legacy Backend Installation Procedure](#legacy-backend-installation-procedure). Make sure to configure the schedule inside the `app-config.yaml` file. The default schedule is a frequency of 30 minutes and a timeout of 3 minutes.
115-
2. Add the following code to the `packages/backend/src/index.ts` file:
115+
2. Add the following code to the `packages/backend/src/index.ts` file:
116116

117117
```ts title="packages/backend/src/index.ts"
118118
const backend = createBackend();

0 commit comments

Comments
 (0)