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
The addon-server.ts runs an Express server on port 7654 to enforce single-instance behavior. This should be replaced with Electron's built-in requestSingleInstanceLock and second-instance event.
The addon-server.ts runs an Express server on port 7654 to enforce single-instance behavior. This should be replaced with Electron's built-in requestSingleInstanceLock and second-instance event.