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:
@@ -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
Reference in New Issue
Block a user