feat: update nuxt config
This commit is contained in:
@@ -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"
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user