5 lines
102 B
TypeScript
5 lines
102 B
TypeScript
export default defineNuxtConfig({
|
|
devtools: { enabled: true },
|
|
compatibilityDate: '2024-11-01'
|
|
})
|