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/index.html | |
| parent | 923bf36593e517196a332ddce2ffe5f2fd216f5e (diff) | |
| download | opencode-d531dff8d3f5c60df2e5c08e8bd04bf9a234dbc3.tar.gz opencode-d531dff8d3f5c60df2e5c08e8bd04bf9a234dbc3.zip | |
Export DesktopInterface from desktop and add PlatformContext
Diffstat (limited to 'packages/desktop/index.html')
| -rw-r--r-- | packages/desktop/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/desktop/index.html b/packages/desktop/index.html index 0ac3d566d..b9d3e5351 100644 --- a/packages/desktop/index.html +++ b/packages/desktop/index.html @@ -23,6 +23,6 @@ </script> <noscript>You need to enable JavaScript to run this app.</noscript> <div id="root"></div> - <script src="/src/index.tsx" type="module"></script> + <script src="/src/entry.tsx" type="module"></script> </body> </html> |
