Eilon Ashkenazi
Eilon Ashkenazi
If its a manual procedure, shouldn't we want to add it automatically to packages/backend when we create backstage plugin? Since we do it automatically to frontend plugins in packages/app
@Rugvip adding it to packages/backend solved the issue.
@zwilias @benjdlambert my backend/package.json - ``` { "name": "backend", "version": "0.0.0", "main": "dist/index.cjs.js", "types": "src/index.ts", "private": true, "backstage": { "role": "backend" }, "scripts": { "start": "backstage-cli package start", "build": "backstage-cli...
Any updates regarding this ticket?
We are facing the same issue