@parsifal-m/backstage-plugin-open-feedback-backend
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

OpenFeedback Backend

This plugin serves as the backend for OpenFeedback.

Adding the OpenFeedback Backend to your Backstage Application

To add the OpenFeedback backend to your Backstage application, you need to add the following code to your packages/backend/src/plugins/index.ts file:

import { createBackend } from '@backstage/backend-defaults';

const backend = createBackend();

// Other plugins
backend.add(import('@parsifal-m/backstage-plugin-open-feedback-backend'));

backend.start();

Package Sidebar

Install

npm i @parsifal-m/backstage-plugin-open-feedback-backend

Weekly Downloads

15

Version

0.3.0

License

Apache-2.0

Unpacked Size

30.8 kB

Total Files

8

Last publish

Collaborators

  • parsifal-m