mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-02 08:40:31 +00:00
8 lines
204 B
TypeScript
8 lines
204 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 }
|
|
})
|