0.0.2 • Published 7 months ago
@platformnex/backstage-plugin-ai-handler-backend v0.0.2
ai-handler
This plugin backend was templated using the Backstage CLI. You should replace this text with a description of your plugin backend.
Installation
This plugin is installed via the @platformnex/backstage-plugin-ai-handler-backend package. To install it to your backend package, run the following command:
# From your root directory
yarn --cwd packages/backend add @platformnex/backstage-plugin-ai-handler-backendThen add the plugin to your backend in packages/backend/src/index.ts:
const backend = createBackend();
// ...
backend.add(import('@platformnex/backstage-plugin-ai-handler-backend'));Development
This plugin backend can be started in a standalone mode from directly in this
package with yarn start. It is a limited setup that is most convenient when
developing the plugin backend itself.
If you want to run the entire project, including the frontend, run yarn dev from the root directory.
0.0.2
7 months ago
0.0.1-alpha.0
8 months ago