mirror of
https://github.com/elk-zone/elk.git
synced 2025-02-16 07:19:47 +03:00
11 lines
175 B
TypeScript
Executable file
11 lines
175 B
TypeScript
Executable file
export default defineNuxtConfig({
|
|
extends: '@nuxt-themes/docus',
|
|
|
|
vite: {
|
|
optimizeDeps: {
|
|
include: ['scule'],
|
|
},
|
|
},
|
|
|
|
compatibilityDate: '2024-11-07',
|
|
})
|