fix some rewrites

This commit is contained in:
Toshit Chawda 2025-03-07 19:25:22 -08:00
parent 9f2d22ed37
commit 1e65744f13
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
4 changed files with 7 additions and 5 deletions

View file

@ -86,7 +86,7 @@ fastify.listen({
port: PORT,
host: "0.0.0.0",
});
console.log(`Listening on port ${PORT}`);
console.log(`Listening on http://localhost:${PORT}/`);
if (!process.env.CI) {
try {
writeFileSync(