Merge pull request #32529 from backstage/rugvip/disco

frontend-app-api: remove support for experimental package config
This commit is contained in:
Patrik Oldsberg
2026-01-27 13:20:40 +01:00
committed by GitHub
4 changed files with 9 additions and 17 deletions
-9
View File
@@ -16,15 +16,6 @@
export interface Config {
app?: {
experimental?: {
/**
* @visibility frontend
* @deepVisibility frontend
* @deprecated This is no longer experimental; use `app.packages` instead.
*/
packages?: 'all' | { include?: string[]; exclude?: string[] };
};
/**
* Controls what packages are loaded by the new frontend system.
*