update 00000
This commit is contained in:
parent
e1be753ce2
commit
c194ca1495
1 changed files with 1 additions and 1 deletions
|
|
@ -62,6 +62,6 @@ const app = new Elysia({
|
||||||
// all routes here
|
// all routes here
|
||||||
app.use(api);
|
app.use(api);
|
||||||
|
|
||||||
app.listen(ENV.SERVER_PORT, "0.0.0.0", () => {
|
app.listen({ host: "0.0.0.0", port: ENV.SERVER_PORT }, () => {
|
||||||
console.log(`🦊 Elysia is running at ${ENV.SERVER_URL}:${ENV.SERVER_PORT}`);
|
console.log(`🦊 Elysia is running at ${ENV.SERVER_URL}:${ENV.SERVER_PORT}`);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue