summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop/index.html
diff options
context:
space:
mode:
authorBrendan Allan <[email protected]>2026-02-06 23:03:07 +0800
committerGitHub <[email protected]>2026-02-06 23:03:07 +0800
commitb7ad8e459cae11ca74d976f6bd2e02559912716a (patch)
tree6a14053372260d23834349a6fae4023722cdfbbb /packages/desktop/index.html
parent5a1bf3a9687bd08ffb9c3cab3ffd4ed2346c19da (diff)
downloadopencode-b7ad8e459cae11ca74d976f6bd2e02559912716a.tar.gz
opencode-b7ad8e459cae11ca74d976f6bd2e02559912716a.zip
desktop: add loading window and restructure rust (#12176)
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 6a81ef4a5..ce2775a70 100644
--- a/packages/desktop/index.html
+++ b/packages/desktop/index.html
@@ -19,6 +19,6 @@
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root" class="flex flex-col h-dvh"></div>
<div data-tauri-decorum-tb class="w-0 h-0 hidden" />
- <script src="/src/index.tsx" type="module"></script>
+ <script src="/src/entry.tsx" type="module"></script>
</body>
</html>