Skip to content

Commit

Permalink
Merge pull request #276 from sugarforever/feature/openapi-spec
Browse files Browse the repository at this point in the history
feat: nitro powered openapi endpoint
  • Loading branch information
sugarforever authored Apr 15, 2024
2 parents 11bd4cb + fdd1cb9 commit 853f110
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ export default defineNuxtConfig({
}
}]
],
nitro: {
experimental: {
openAPI: true
}
},
ui: {
icons: ['heroicons', 'iconoir', 'material-symbols', 'mdi']
},
Expand Down

0 comments on commit 853f110

Please sign in to comment.