Skip to content

Commit

Permalink
Add rcp to window
Browse files Browse the repository at this point in the history
  • Loading branch information
nomi-san committed Aug 4, 2023
1 parent 405498c commit 751bd63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/src/preload/rcp/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,6 @@ export const rcp = {
preInit,
postInit,
whenReady,
};
};

window['rcp'] = Object.freeze(rcp);

0 comments on commit 751bd63

Please sign in to comment.