diff options
| author | Brendan Allan <[email protected]> | 2025-12-08 13:43:36 +0800 |
|---|---|---|
| committer | Brendan Allan <[email protected]> | 2025-12-08 13:43:36 +0800 |
| commit | d531dff8d3f5c60df2e5c08e8bd04bf9a234dbc3 (patch) | |
| tree | 7c38fd75c3e6f04307b78abe7a93c8321e041143 /packages/desktop/src/index.ts | |
| parent | 923bf36593e517196a332ddce2ffe5f2fd216f5e (diff) | |
| download | opencode-d531dff8d3f5c60df2e5c08e8bd04bf9a234dbc3.tar.gz opencode-d531dff8d3f5c60df2e5c08e8bd04bf9a234dbc3.zip | |
Export DesktopInterface from desktop and add PlatformContext
Diffstat (limited to 'packages/desktop/src/index.ts')
| -rw-r--r-- | packages/desktop/src/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/desktop/src/index.ts b/packages/desktop/src/index.ts new file mode 100644 index 000000000..2142e4886 --- /dev/null +++ b/packages/desktop/src/index.ts @@ -0,0 +1,2 @@ +export { PlatformProvider, type Platform } from "./PlatformContext" +export { DesktopInterface } from "./DesktopInterface" |
