mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
6 lines
No EOL
194 B
TypeScript
6 lines
No EOL
194 B
TypeScript
// https://nuxt.com/docs/api/configuration/nuxt-config
|
|
export default defineNuxtConfig({
|
|
compatibilityDate: '2024-04-03',
|
|
devtools: { enabled: true },
|
|
modules: ["vuetify-nuxt-module" ],
|
|
}) |