refactor(nuxt): disable nuxt devtools

they're pretty fucking useless rn
This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2024-11-11 18:01:06 -05:00
parent 20089dc0cd
commit e3293730b4
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -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",