Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
docs: update webserver log to a hyperlink (#147)
Browse files Browse the repository at this point in the history
update webserver log to a link
  • Loading branch information
joshr4 authored Dec 30, 2022
1 parent 929e56d commit e61e91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ app.use("/api", apiRouter)
app.use("/", ssrRouter)

app.listen(config.port as number, config.host as string, () => {
console.info(`Running on ${config.host}:${config.port}...`)
console.info(`Running on http://${config.host}:${config.port}...`)
})

0 comments on commit e61e91c

Please sign in to comment.