Adds missing configSchema field to plugin-search-backend

This was causing `loadConfigSchema()` to return the wrong
values for this plugin.

Signed-off-by: Mitchell Hentges <mhentges@spotify.com>
This commit is contained in:
Mitchell Hentges
2023-07-31 15:30:20 +02:00
parent f39afab29f
commit 951ab6c9db
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"
}