frontend-app-api: split prepare and create app wiring

Move the phased specialized app lifecycle into prepareSpecializedApp.tsx and leave createSpecializedApp.tsx as the deprecated wrapper so the public entry points and their related types live alongside their own implementations.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-16 00:18:08 +01:00
parent 756e84eb9a
commit 01f5660fe7
2 changed files with 1740 additions and 0 deletions
@@ -21,6 +21,8 @@ export {
type PrepareSpecializedAppOptions,
type PreparedSpecializedApp,
type SpecializedAppSessionState,
} from './prepareSpecializedApp';
export {
createSpecializedApp,
type CreateSpecializedAppOptions,
} from './createSpecializedApp';
File diff suppressed because it is too large Load Diff