promote all backend feature exports to main entry point

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-10-11 16:09:23 +02:00
parent cba5fc2457
commit 3109c24cb3
58 changed files with 427 additions and 15 deletions
+6
View File
@@ -14,6 +14,8 @@
* limitations under the License.
*/
import { default as feature } from './alpha';
/**
* A Backstage backend plugin that helps you set up proxy endpoints in the backend
*
@@ -21,3 +23,7 @@
*/
export * from './service';
/** @public */
const _feature = feature;
export default _feature;