Nuxt/playground/nuxt.config.ts

4 lines
67 B
TypeScript

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