app-defaults: use FrontendHostDiscovery by default

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-03-11 15:27:45 +01:00
parent ae33d1635a
commit 12f8e0170a
9 changed files with 111 additions and 17 deletions
+1 -1
View File
@@ -652,7 +652,7 @@ export interface Config {
* Can be either a string or an object with internal and external keys.
* Targets with `{{pluginId}}` or `{{ pluginId }} in the URL will be replaced with the plugin ID.
*/
target: string | { internal: string; external: string };
target: string | { internal?: string; external?: string };
/**
* Array of plugins which use the target base URL.
*/