Welcome to the Bazaar backend plugin!
To install it to your backend package, run the following command:
# From your root directory
yarn --cwd packages/backend add @backstage-community/plugin-bazaar-backend
Then add the plugin to your backend in packages/backend/src/index.ts
:
const backend = createBackend();
// ...
backend.add(import('@backstage-community/plugin-bazaar-backend'));