Files
backstage/.changeset/cyan-icons-rest.md
T
Patrick Jungermann fd3d51caaf feat: support new backend system at explore-backend
Add the backend plugin `explorePlugin` as default export
that registers the router for the explore backend
with the `StaticExploreToolProvider` loading its data
from the config `explore.tools`.

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2024-01-17 01:25:51 +01:00

331 B

@backstage/plugin-explore-backend
@backstage/plugin-explore-backend
patch

Add support for the new backend system.

A new backend plugin for the explore backend was added and exported as default.

You can use it with the new backend system like

backend.add(import('@backstage/plugin-explore-backend'));