mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-22 19:32:40 +00:00
7 lines
203 B
TypeScript
7 lines
203 B
TypeScript
|
import { defineNuxtConfig} from "nuxt/config"
|
||
|
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||
|
export default defineNuxtConfig({
|
||
|
compatibilityDate: '2024-11-01',
|
||
|
devtools: { enabled: true }
|
||
|
})
|