Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 211 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 211 Bytes

Examples

Swagger

bun run ./gen.ts # generate open-api.json definition file (required once)
bun run ./app.ts # run elysia app

Open http://localhost:3000/swagger to view swagger docs