fix: bodySizeLimit type
Deploy to VPS / deploy (push) Has been cancelled

This commit is contained in:
2026-04-08 11:28:56 -05:00
parent cff3dc44be
commit 80bb1962b2
+1 -1
View File
@@ -11,7 +11,7 @@ const nextConfig = {
serverExternalPackages: ['nodemailer'],
experimental: {
serverActions: {
bodySizeLimit: '500mb',
bodySizeLimit: '500mb' as const,
},
},
};