chore: linting

This commit is contained in:
Bill Church 2024-11-27 15:43:06 +00:00
parent 2932d049af
commit 536c88a638
No known key found for this signature in database

View file

@ -118,7 +118,6 @@ function loadConfig() {
* Merges the default configuration with user-provided config.json if it exists. * Merges the default configuration with user-provided config.json if it exists.
* Falls back to default configuration if config.json is missing or invalid. * Falls back to default configuration if config.json is missing or invalid.
* Overrides listen.port with PORT environment variable if provided. * Overrides listen.port with PORT environment variable if provided.
*
* @returns {Object} Configuration object with the following structure: * @returns {Object} Configuration object with the following structure:
* @returns {Object} .listen - Server listening settings * @returns {Object} .listen - Server listening settings
* @returns {string} .listen.ip - IP address to listen on (default: "0.0.0.0") * @returns {string} .listen.ip - IP address to listen on (default: "0.0.0.0")