feat: replis hiérarchie composants et sections type

This commit is contained in:
Matthieu
2025-09-16 17:14:42 +02:00
parent c33a04b68e
commit 95da7c72db
7 changed files with 290 additions and 1879 deletions

View File

@@ -2,6 +2,9 @@ import tailwindcss from "@tailwindcss/vite";
export default defineNuxtConfig({
compatibilityDate: '2025-07-15',
devtools: { enabled: true },
devServer: {
port: 3001,
},
vite: {
plugins: [tailwindcss()],
},
@@ -14,4 +17,4 @@ export default defineNuxtConfig({
experimental: {
payloadExtraction: false
}
})
})