Merge pull request #22264 from gauriimaheshwarii/backend
[fix]: export module as a default
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Updated the backend module template to make the module instance the package default export.
|
||||
@@ -5,4 +5,4 @@
|
||||
* @packageDocumentation
|
||||
*/
|
||||
|
||||
export { {{moduleVar}} } from './module';
|
||||
export { {{moduleVar}} as default } from './module';
|
||||
|
||||
Reference in New Issue
Block a user