forked from FoundKeyGang/FoundKey
Log url when Misskey started
This commit is contained in:
parent
80350329db
commit
598d6f7593
1 changed files with 4 additions and 1 deletions
|
@ -69,7 +69,10 @@ async function masterMain() {
|
||||||
}
|
}
|
||||||
|
|
||||||
spawnWorkers(() => {
|
spawnWorkers(() => {
|
||||||
Logger.info(chalk.bold.green(`Now listening on port ${chalk.underline(config.port.toString())}`));
|
Logger.info(chalk.bold.green(
|
||||||
|
`Now listening on port ${chalk.underline(config.port.toString())}`));
|
||||||
|
|
||||||
|
Logger.info(chalk.bold.green(config.url));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue