reworked upload system to be more robust

This commit is contained in:
averel10
2026-03-13 08:56:54 +01:00
parent c552b44292
commit 0fa257e53c
5 changed files with 226 additions and 91 deletions

View File

@@ -4,7 +4,6 @@ const nextConfig: NextConfig = {
/* config options here */
experimental: {
serverActions: {
bodySizeLimit: '10000mb'
},
},
output: "standalone",