1
0
Fork 0
mirror of https://gitbruv.vercel.app/api/git/bruv/gitbruv.git synced 2025-12-20 23:24:09 +01:00
This commit is contained in:
Ahmet Kilinc 2025-12-20 13:29:48 +00:00
parent d371201c35
commit ac6926b55c

View file

@ -4,7 +4,7 @@ const nextConfig: NextConfig = {
experimental: {
useCache: true,
serverActions: {
bodySizeLimit: "1mb",
bodySizeLimit: "999mb",
},
},
};