Validacion y restriccion de archivos + almacenamiento en carpeta

This commit is contained in:
2025-08-05 15:07:26 -04:00
parent e18c25e2ee
commit 8a54bf7138
10 changed files with 1613 additions and 74 deletions

View File

@@ -2,7 +2,7 @@
const nextConfig = {
experimental: {
serverActions: {
bodySizeLimit: '2mb',
bodySizeLimit: '5mb',
},
}
};