🎉 feat: 0.8.4

This commit is contained in:
saltyaom
2024-01-24 14:12:39 +07:00
parent c94d2bcfde
commit 48d525a0c1
4 changed files with 25 additions and 10 deletions

View File

@@ -2,9 +2,7 @@ import { Elysia } from 'elysia'
import { swagger } from '../src/index'
import { plugin } from './plugin'
const app = new Elysia({
// aot: false
})
const app = new Elysia()
.use(
swagger({
documentation: {