feat(front) : modular nuxt config with app/ shell dirs and modules/* layer auto-detection

This commit is contained in:
Matthieu
2026-06-19 15:24:57 +02:00
parent 1aa43a5356
commit b00e92bdd3
7 changed files with 45 additions and 12 deletions
+7
View File
@@ -0,0 +1,7 @@
<template>
<div class="min-h-screen bg-tertiary-500 from-tertiary-500 via-white to-neutral-100 text-neutral-900">
<main class="mx-auto flex min-h-screen w-full max-w-[720px] items-center px-6 py-12">
<slot />
</main>
</div>
</template>