fix: category form — async save with error display, drag-and-drop photos, 20MB body limit

This commit is contained in:
2026-03-23 12:17:53 +03:00
parent 1f761e65cf
commit 5540d0cdfa
2 changed files with 77 additions and 23 deletions

View File

@@ -31,6 +31,7 @@ export async function buildApp() {
transport: { target: 'pino-pretty', options: { colorize: true } },
}),
},
bodyLimit: 20 * 1024 * 1024, // 20MB — for base64 photo uploads
})
// ── Security ───────────────────────────────────────────────────────────────