api: export api type
vi did:web:vt3e.cat
Mon, 29 Jun 2026 02:28:17 +0100
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
apps/api/src/index.ts
→
apps/api/src/index.ts
@@ -58,3 +58,4 @@ )
.listen(config.api.port); console.log(`🦊 Elysia is running at ${app.server?.hostname}:${app.server?.port}`); +export type App = typeof app;