From 837de816d5dae5e4bd9b70c2d14ba2f8f2b2d114 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sun, 15 Mar 2026 12:47:21 +0100 Subject: [PATCH] frontend-app-api: export prepare app options type Expose PrepareSpecializedAppOptions from the wiring entrypoint and refresh the API report so the new type is available to callers. Signed-off-by: Patrik Oldsberg Made-with: Cursor --- packages/frontend-app-api/src/wiring/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/frontend-app-api/src/wiring/index.ts b/packages/frontend-app-api/src/wiring/index.ts index 8f55d1f3cf..e3c52227b9 100644 --- a/packages/frontend-app-api/src/wiring/index.ts +++ b/packages/frontend-app-api/src/wiring/index.ts @@ -18,6 +18,7 @@ export { type BootstrapSpecializedApp, type FinalizedSpecializedApp, prepareSpecializedApp, + type PrepareSpecializedAppOptions, type PreparedSpecializedApp, type SpecializedAppSessionState, createSpecializedApp,