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 815690f commit 1f5c488Copy full SHA for 1f5c488
examples/nuxt/nuxt.config.ts
@@ -1,10 +1,11 @@
1
// https://nuxt.com/docs/api/configuration/nuxt-config
2
export default defineNuxtConfig({
3
devtools: { enabled: true },
4
- modules: [
5
- ['~/../../../src/nuxt', {
6
- enabled: true,
7
- target: 'test-nuxt.abc.com',
8
- }],
9
- ],
+ // uncomment to enable the plugin
+ // modules: [
+ // ['~/../../../src/nuxt', {
+ // enabled: true,
+ // target: 'test-nuxt.abc.com',
+ // }],
10
+ // ],
11
})
0 commit comments