Skip to content

Commit

Permalink
fix(cli): share core-app-api package (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 authored Oct 26, 2023
1 parent f601cc5 commit 09db33c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/cli/src/lib/bundler/scalprumConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ export const sharedModules = {
singleton: true,
requiredVersion: '*',
},
'@backstage/core-app-api': {
singleton: true,
requiredVersion: '*',
},
'@backstage/core-plugin-api': {
singleton: true,
requiredVersion: '*',
Expand Down

0 comments on commit 09db33c

Please sign in to comment.