forked from imbytecat/fullstack-starter
refactor(desktop): 替换 Electrobun 为 WebUI 作为桌面窗口方案
Electrobun 太不稳定,改用 webui-dev/webui(轻量 C 库,~300KB)通过 系统浏览器或 WebView 提供桌面窗口。已验证 bun:ffi 加载和 bun build --compile 均正常工作。 - 移除 electrobun 依赖和配置 - 添加 @webui-dev/bun-webui 依赖 - 重写桌面入口为 WebUI 窗口方案 - 移除 Conveyor 打包工具(mise.toml)
This commit is contained in:
7
apps/desktop/.gitignore
vendored
7
apps/desktop/.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
# Electrobun build output
|
||||
build/
|
||||
artifacts/
|
||||
# WebUI native libraries (auto-downloaded)
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
Reference in New Issue
Block a user