You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(app): reject release builds without custom-protocol
Adds a compile_error guard so a release build that omits the
custom-protocol feature fails at compile time instead of producing a
binary whose webview loads the Vite dev server (devUrl
http://localhost:5173) and shows ERR_CONNECTION_REFUSED. This is the
root cause of the packaged app failing to load.
0 commit comments