summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop/index.html
diff options
context:
space:
mode:
authorBrendan Allan <[email protected]>2025-12-08 13:43:36 +0800
committerBrendan Allan <[email protected]>2025-12-08 13:43:36 +0800
commitd531dff8d3f5c60df2e5c08e8bd04bf9a234dbc3 (patch)
tree7c38fd75c3e6f04307b78abe7a93c8321e041143 /packages/desktop/index.html
parent923bf36593e517196a332ddce2ffe5f2fd216f5e (diff)
downloadopencode-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.html2
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>