This commit is contained in:
upmcplanetracker 2026-06-09 09:56:23 -04:00 committed by GitHub
commit 2020690ee2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,7 +65,7 @@ if (process.env.NODE_ENV !== "production") {
});
}
app.listen(process.env.PORT || 3000);
app.listen(process.env.CONVERTX_PORT || process.env.PORT || 3000);
console.log(`🦊 Elysia is running at http://${app.server?.hostname}:${app.server?.port}${WEBROOT}`);