Rename event modules to comply with naming pattern
Co-authored-by: Fredrik Adelöw <freben@gmail.com> Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
@@ -186,9 +186,9 @@ import { eventsExtensionPoint } from '@backstage/plugin-events-node';
|
||||
|
||||
// [...]
|
||||
|
||||
export const yourModuleEventsModule = createBackendModule({
|
||||
export const eventsModuleYourFeature = createBackendModule({
|
||||
pluginId: 'events',
|
||||
moduleId: 'yourModule',
|
||||
moduleId: 'yourFeature',
|
||||
register(env) {
|
||||
// [...]
|
||||
env.registerInit({
|
||||
|
||||
Reference in New Issue
Block a user