Skip to content

Commit

Permalink
fix: add missing alpha dynamic plugin entry points (#1161)
Browse files Browse the repository at this point in the history
Signed-off-by: David Festal <[email protected]>
  • Loading branch information
davidfestal authored Feb 1, 2024
1 parent be0e9ef commit 36e9d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/ocm-backend/src/alpha.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@

export { catalogModuleOCMEntityProvider } from './providers';
export { ocmPlugin } from './service/router';
export { dynamicPluginInstaller } from './dynamic/alpha';
1 change: 1 addition & 0 deletions plugins/orchestrator-backend/src/alpha.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { orchestratorPlugin } from './OrchestratorPlugin';
export { orchestratorModuleEntityProvider } from './module';
export { dynamicPluginInstaller } from './dynamic/alpha';

0 comments on commit 36e9d91

Please sign in to comment.