chore: dev-stack switches, shared e2e harness, and desktop shell rules
- `LIVE_RELOAD=false npm run dev` keeps the renderer alive across a machine suspend; the reload client otherwise destroys the session under test. - `dev-peer.sh` plus a separate userdata dir runs a second local peer. - `tools/voice-probe.js` samples peer state and RTP counters from a live window, persisting to localStorage so a renderer reload cannot erase it. - e2e helpers for voice pairs, peer-role election, and a TURN relay. - Electron single-instance and dev-client-load decisions move into rules files with colocated specs.
This commit is contained in:
@@ -58,6 +58,7 @@ Thumbs.db
|
||||
# Environment & certs
|
||||
.env
|
||||
.certs/
|
||||
.dev-userdata/
|
||||
/server/data/variables.json
|
||||
/server/data/metoyou.sqlite
|
||||
dist-server/*
|
||||
|
||||
Reference in New Issue
Block a user