feat: backup + restore

This commit is contained in:
Vasily Zubarev
2025-03-28 23:36:27 +01:00
parent 61da617f68
commit 54a892ddb0
11 changed files with 340 additions and 63 deletions

View File

@@ -6,7 +6,7 @@ const nextConfig: NextConfig = {
},
experimental: {
serverActions: {
bodySizeLimit: "100mb",
bodySizeLimit: "64mb",
},
},
}