fix: backend cli util to use the correct id
instead of using `pluginId: 'testPlugin'` now it uses the right id for example `pluginId: 'test'`. Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Fix the backend plugin to use correct plugin id
|
||||
@@ -10,7 +10,7 @@ import { createRouter } from './service/router';
|
||||
* @public
|
||||
*/
|
||||
export const {{pluginVar}} = createBackendPlugin({
|
||||
pluginId: '{{pluginVar}}',
|
||||
pluginId: '{{id}}',
|
||||
register(env) {
|
||||
env.registerInit({
|
||||
deps: {
|
||||
|
||||
Reference in New Issue
Block a user