Merge c18c8000ba into 0965928949
This commit is contained in:
commit
2020690ee2
1 changed files with 1 additions and 1 deletions
|
|
@ -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}`);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue