🐛 fix: user client info in oauth flow

This commit is contained in:
Rafi Arrafif
2026-01-20 09:39:50 +07:00
parent fb3d0b5e9b
commit 22428c720c
8 changed files with 45 additions and 54 deletions

View File

@ -14,5 +14,5 @@ const app = new Elysia()
.listen(process.env.APP_PORT || 3000);
console.log(
`🦊 Elysia is running at ${app.server?.hostname}:${app.server?.port}`
`🦊 Elysia is running at ${app.server?.hostname}:${app.server?.port}`,
);