feat: update nuxt config

This commit is contained in:
Nicola Spadari
2025-07-12 15:17:57 +02:00
parent 5de79e5bbf
commit 7309b04690

View File

@@ -80,6 +80,11 @@ export default defineNuxtConfig({
scrollBehaviorType: "smooth" scrollBehaviorType: "smooth"
} }
}, },
$development: {
devtools: {
enabled: true
}
},
eslint: { eslint: {
config: { config: {
standalone: false standalone: false
@@ -91,5 +96,5 @@ export default defineNuxtConfig({
future: { future: {
compatibilityVersion: 4 compatibilityVersion: 4
}, },
compatibilityDate: "2025-04-01" compatibilityDate: "2025-07-01"
}); });