mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-17 05:28:09 +01:00
7 lines
109 B
TypeScript
7 lines
109 B
TypeScript
export default defineNuxtConfig({
|
|
modules: [
|
|
'../src/module'
|
|
],
|
|
|
|
compatibilityDate: '2024-07-23'
|
|
}) |