address code review comments
Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
@@ -28,7 +28,7 @@ You will need to add the following to the backend configuration `#makeCreateEnv`
|
||||
|
||||
```diff
|
||||
// packages/backend/src/index.ts
|
||||
+ const eventBroker = new InMemoryEventBroker(root.child({ type: 'plugin' }));
|
||||
+ const eventBroker = new DefaultEventBroker(root.child({ type: 'plugin' }));
|
||||
```
|
||||
|
||||
Then update plugin environment to include the event broker.
|
||||
|
||||
Reference in New Issue
Block a user