We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2340cbc commit ae3807aCopy full SHA for ae3807a
example/gen.ts
@@ -26,7 +26,7 @@ export const app = new Elysia()
26
({
27
name: 'Lilith',
28
friends: ['Sartre', 'Fouco']
29
- })
+ }) as const
30
)
31
.get(
32
'/',
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@elysiajs/openapi",
3
- "version": "1.4.8-beta.0",
+ "version": "1.4.8",
4
"description": "Plugin for Elysia to auto-generate API documentation",
5
"author": {
6
"name": "saltyAom",
0 commit comments