Nuxt/playground/nuxt.config.ts

6 lines
68 B
TypeScript

export default defineNuxtConfig({
devtools: {
enabled:true
}
})