mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
chore(cloudcmd) lint: no-multi-spaces
This commit is contained in:
parent
d3ecafe0ea
commit
62e2ca2a64
28 changed files with 78 additions and 72 deletions
|
|
@ -34,11 +34,11 @@ const logger = tryRequire('morgan');
|
|||
|
||||
module.exports = async (options) => {
|
||||
const prefix = config('prefix');
|
||||
const port = process.env.PORT || /* c9 */
|
||||
const port = process.env.PORT || /* c9 */
|
||||
config('port');
|
||||
|
||||
const ip = process.env.IP || /* c9 */
|
||||
config('ip') ||
|
||||
const ip = process.env.IP || /* c9 */
|
||||
config('ip') ||
|
||||
'0.0.0.0';
|
||||
|
||||
const app = express();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue