Eilon Ashkenazi

Results 5 comments of 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

@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?