mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-21 07:59:33 +00:00
6 lines
68 B
TypeScript
6 lines
68 B
TypeScript
export default defineNuxtConfig({
|
|
devtools: {
|
|
enabled:true
|
|
}
|
|
})
|