misc formatting

This commit is contained in:
BPplays
2024-12-26 10:51:45 -08:00
parent 4a8b47a6ff
commit 591a61a61c

View File

@@ -247,7 +247,7 @@ app.use(responseTime());
function stringToBool(str) {
if (str === 'true') return true;
if (str === 'false') return false;
return str; // or throw an error
return str;
}
const server_port = cliArguments.port ?? process.env.SILLY_TAVERN_PORT ?? getConfigValue('port', DEFAULT_PORT);