fd3d51caaf
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>
331 B
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'));