fix: replace default server log message

This commit is contained in:
shiftinv 2022-09-06 03:02:28 +02:00
parent e3882759c1
commit 323ff37a4b
1 changed files with 1 additions and 0 deletions

View File

@ -52,5 +52,6 @@ if (import.meta.main) {
http.serve(handleRequest, {
hostname: config.hostname,
port: config.port,
onListen: () => log.info(`listening on ${config.hostname}:${config.port}`),
});
}