Handle document list state + API payload

Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
Émile Ré
2025-12-09 18:01:40 +01:00
parent e52282e0f5
commit eab3af5f26
23 changed files with 507 additions and 239 deletions

View File

@@ -28,6 +28,9 @@ export default defineConfig({
"/components": fileURLToPath(
new URL("./src/components", import.meta.url),
),
"/coredata": fileURLToPath(
new URL("./src/coredata", import.meta.url),
),
"/hooks": fileURLToPath(new URL("./src/hooks", import.meta.url)),
"/layouts": fileURLToPath(new URL("./src/layouts", import.meta.url)),
"/pages": fileURLToPath(new URL("./src/pages", import.meta.url)),