Merge pull request #18874 from mitchhentgesspotify/mhentges/search-backend-missing-config-key

Adds missing `configSchema` field to `plugin-search-backend`
This commit is contained in:
Mitchell Hentges
2023-08-01 10:06:10 +02:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search-backend': patch
---
Add missing `configSchema` to package.json
+2 -1
View File
@@ -72,5 +72,6 @@
"files": [
"dist",
"config.d.ts"
]
],
"configSchema": "config.d.ts"
}