mirror of
https://github.com/Ryujinx/Ryujinx-Ldn-Website.git
synced 2025-08-11 20:41:11 +00:00
Apply prettier formatting
This commit is contained in:
parent
be3e724868
commit
a067d09357
|
@ -10,8 +10,7 @@ if (process.env.SOCKET_PATH != null && process.env.SOCKET_PATH.length > 0) {
|
||||||
readableAll: true,
|
readableAll: true,
|
||||||
writableAll: true,
|
writableAll: true,
|
||||||
});
|
});
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
server.listen(parseInt(env.PORT || "3000"), env.HOST || "127.0.0.1");
|
server.listen(parseInt(env.PORT || "3000"), env.HOST || "127.0.0.1");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue