We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 536a603 + eae4bab commit ee475faCopy full SHA for ee475fa
1 file changed
playground/nuxt.config.ts
@@ -6,7 +6,7 @@ export default defineNuxtConfig({
6
apis: {
7
github: {
8
baseUrl: 'https://api.github.com',
9
- clients: { nuxt: { autoImport: true }, nitro: { autoImport: true } },
+ clients: { nuxt: { autoImport: false }, nitro: { autoImport: true } },
10
},
11
gitlab: {
12
baseUrl: 'https://gitlab.com',
0 commit comments