Skip to content

Commit ffd249d

Browse files
committed
feat(feedback-backend): add new backend system support
1 parent 2087530 commit ffd249d

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

plugins/feedback-backend/package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,21 @@
1212
"backstage": {
1313
"role": "backend-plugin"
1414
},
15+
"exports": {
16+
".": "./src/index.ts",
17+
"./alpha": "./src/alpha.ts",
18+
"./package.json": "./package.json"
19+
},
20+
"typesVersions": {
21+
"*": {
22+
"alpha": [
23+
"src/alpha.ts"
24+
],
25+
"package.json": [
26+
"package.json"
27+
]
28+
}
29+
},
1530
"scripts": {
1631
"start": "backstage-cli package start",
1732
"build": "backstage-cli package build",

plugins/feedback-backend/src/alpha.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { feedbackPlugin as default } from './plugin';

0 commit comments

Comments
 (0)