|
|
@ -1,5 +1,8 @@ |
|
|
// https://nuxt.com/docs/api/configuration/nuxt-config
|
|
|
// https://nuxt.com/docs/api/configuration/nuxt-config
|
|
|
export default defineNuxtConfig({ |
|
|
export default defineNuxtConfig({ |
|
|
|
|
|
future: { |
|
|
|
|
|
compatibilityVersion: 4, |
|
|
|
|
|
}, |
|
|
compatibilityDate: '2024-04-03', |
|
|
compatibilityDate: '2024-04-03', |
|
|
devtools: { enabled: true }, |
|
|
devtools: { enabled: true }, |
|
|
modules: [ |
|
|
modules: [ |
|
|
|