move backend config schemas to where they belong

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-08-26 10:35:25 +02:00
parent b8cd4726b3
commit 0b2a402ca6
6 changed files with 284 additions and 304 deletions
+4 -2
View File
@@ -40,7 +40,8 @@
}
},
"files": [
"dist"
"dist",
"config.d.ts"
],
"scripts": {
"build": "backstage-cli package build",
@@ -67,5 +68,6 @@
"devDependencies": {
"@backstage/backend-test-utils": "workspace:^",
"@backstage/cli": "workspace:^"
}
},
"configSchema": "config.d.ts"
}