frontend-app-api: remove support for experimental package config

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-01-26 19:45:51 +01:00
parent f7ad4051c2
commit 122d39c4dd
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.
*