mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
changes
This commit is contained in:
@@ -69,6 +69,12 @@ const initialRscPayload: Promise<NonNullishReactNode> =
|
||||
}),
|
||||
);
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
__bun_f: Array<string | Uint8Array<ArrayBuffer>>;
|
||||
}
|
||||
}
|
||||
|
||||
const appStore: Store<AppState> = store<AppState>({
|
||||
rsc: initialRscPayload,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user