mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(electron): add http routers to electron
This commit is contained in:
@@ -116,7 +116,7 @@ const start = async () => {
|
||||
}
|
||||
pendingStart = true;
|
||||
try {
|
||||
const started = await tcpPortUsed.check(5001, '127.0.0.1');
|
||||
const started = await tcpPortUsed.check(isDev ? 5002 : 5001, '127.0.0.1');
|
||||
if (started) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user