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
release(desktop): v0.1.3 with dev startup fixes and settings version split
Fix Windows dev Electron launch so preload bridges inject reliably, split Settings into desktop app vs core version rows, and improve dev lifecycle (port cleanup, dev-only userData, quit-on-close).
Co-authored-by: Cursor <cursoragent@cursor.com>
Copy file name to clipboardExpand all lines: electron/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ npm install
39
39
npm run dev
40
40
```
41
41
42
-
Development runs Vite on port 31873 and Electron with `ELECTRON_DEV=1`.
42
+
Development runs Vite on `http://127.0.0.1:31873` and Electron with `ELECTRON_DEV=1`. **Use the Electron window that opens automatically** — do not open the Vite URL in a browser (the UI will not work there). Closing the Electron window in dev mode quits the app and stops Vite (via `scripts/dev.mjs`). If `Port 31873 is already in use` persists, run `npm run dev` again — the script tries to free the port automatically.
0 commit comments