Skip to content

Commit aa7ad0b

Browse files
committed
feat: open api
1 parent 6a4dce6 commit aa7ad0b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nuxt.config.ts

+5
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ export default defineNuxtConfig({
3636
'dayjs-nuxt',
3737
'nuxt-lodash',
3838
],
39+
nitro: {
40+
experimental: {
41+
openAPI: true,
42+
},
43+
},
3944
// https://ui.nuxt.com/
4045
ui: {
4146
global: true,

0 commit comments

Comments
 (0)