From 089d76e2e374865adb5dc7b1179ceaee635dcb76 Mon Sep 17 00:00:00 2001 From: "Aitor C. Urrutia Aranburu" Date: Wed, 22 Oct 2025 16:32:36 +0200 Subject: [PATCH] feat: fitxategien tamaina igotzen du --- back/config/plugins.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/back/config/plugins.ts b/back/config/plugins.ts index 78bed5d..851370a 100644 --- a/back/config/plugins.ts +++ b/back/config/plugins.ts @@ -13,6 +13,8 @@ export default () => ({ upload: {}, delete: {}, }, + + sizeLimit: 10 * 1024 * 1024, // 10mb byte-tan }, },