Skip to content
This repository was archived by the owner on May 17, 2026. It is now read-only.

Commit 5cda906

Browse files
committed
fix: type export
1 parent ef65db9 commit 5cda906

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ const app = new Elysia()
175175
)
176176
.listen(process.env.PORT ?? 3000)
177177

178+
export type App = typeof app
179+
178180
console.log(
179181
`🦊 Elysia is running at http://${app.server?.hostname}:${app.server?.port}`
180182
)

0 commit comments

Comments
 (0)