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 74e2bcd commit a0ee322Copy full SHA for a0ee322
src/features.ts
@@ -97,7 +97,7 @@ export function setupKV(_nuxt: Nuxt) {
97
export function setupOpenAPI(nuxt: Nuxt) {
98
// Fallback to custom placeholder when openAPI is disabled
99
nuxt.options.alias['#hub/openapi'] = nuxt.options.nitro?.experimental?.openAPI === true
100
- ? '#internal/nitro/routes/openapi'
+ ? 'nitropack/runtime/routes/openapi'
101
: resolve('./runtime/openapi/server/templates/openapi')
102
103
addServerScanDir(resolve('./runtime/openapi/server'))
0 commit comments