Merge branch 'main' of https://github.com/documenso/documenso into feat/doc-limit-improvement

This commit is contained in:
Adithya Krishna
2024-03-07 21:08:04 +05:30
19 changed files with 522 additions and 88 deletions

View File

@ -22,6 +22,7 @@ const config = {
output: process.env.DOCKER_OUTPUT ? 'standalone' : undefined,
experimental: {
outputFileTracingRoot: path.join(__dirname, '../../'),
serverComponentsExternalPackages: ['@node-rs/bcrypt'],
serverActions: {
bodySizeLimit: '50mb',
},