add fileUpload functions

This commit is contained in:
smanylov
2025-12-23 18:56:48 +07:00
parent 3376fee99a
commit c38b7ee558
6 changed files with 509 additions and 4 deletions
+5 -1
View File
@@ -2,7 +2,11 @@ import type { NextConfig } from "next";
import createNextIntlPlugin from 'next-intl/plugin';
const nextConfig: NextConfig = {
/* output: 'export' */
experimental: {
serverActions: {
bodySizeLimit: '6mb',
},
},
};
const withNextIntl = createNextIntlPlugin();