mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
5 lines
103 B
TypeScript
5 lines
103 B
TypeScript
export default defineNuxtConfig({
|
|
compatibilityDate: '2024-06-28',
|
|
devtools: { enabled: true },
|
|
})
|