refactor(nuxt): disable nuxt devtools
they're pretty fucking useless rn
This commit is contained in:
parent
20089dc0cd
commit
e3293730b4
@ -20,7 +20,9 @@ export default defineNuxtConfig({
|
||||
watcher: "chokidar-granular",
|
||||
treeshakeClientOnly: true,
|
||||
},
|
||||
devtools: { enabled: true },
|
||||
|
||||
devtools: { enabled: false },
|
||||
|
||||
modules: [
|
||||
"vue-recaptcha/nuxt",
|
||||
"@ant-design-vue/nuxt",
|
||||
|
Loading…
x
Reference in New Issue
Block a user