frontend-app-api: apply package detection filters at runtime

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-10-16 17:35:15 +02:00
parent 7187f2953e
commit f78ac58f88
5 changed files with 84 additions and 19 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-app-api': patch
---
Filters for discovered packages are now also applied at runtime. This makes it possible to disable packages through the `app.experimental.packages` config at runtime.