mirror of
https://github.com/Ryujinx/Ryujinx-Ldn-Website.git
synced 2025-08-11 11:31:54 +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,
|
||||
writableAll: true,
|
||||
});
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
server.listen(parseInt(env.PORT || "3000"), env.HOST || "127.0.0.1");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue