Add functions to commission form

This commit is contained in:
2026-01-01 09:46:43 +01:00
parent 21faef78ee
commit 84470aa2e2
8 changed files with 141 additions and 5 deletions

View File

@ -5,7 +5,12 @@ const nextConfig: NextConfig = {
};
module.exports = {
experimental: {
serverActions: {
bodySizeLimit: '50mb',
},
},
output: "standalone",
};
}
export default nextConfig;