Log url when Misskey started
This commit is contained in:
parent
87e97b60bc
commit
0dc0b31f70
1 changed files with 4 additions and 1 deletions
|
@ -69,7 +69,10 @@ async function masterMain() {
|
|||
}
|
||||
|
||||
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