Merge branch 'main' into feat/public-api

This commit is contained in:
Catalin Pit
2023-12-11 14:44:29 +02:00
committed by GitHub
61 changed files with 1004 additions and 411 deletions

View File

@@ -4,6 +4,11 @@ import { appRouter } from '@documenso/trpc/server/router';
export const config = {
maxDuration: 60,
api: {
bodyParser: {
sizeLimit: '50mb',
},
},
};
export default trpcNext.createNextApiHandler({