diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index 31ab6691..77dfa319 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -1,5 +1,4 @@ // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ - devtools: { enabled: true }, modules: ['../src/module'] })