Merge branch 'main' into feat/public-profiles

This commit is contained in:
Lucas Smith
2024-06-21 20:14:32 +10:00
committed by GitHub
33 changed files with 5883 additions and 239 deletions
+1 -1
View File
@@ -58,4 +58,4 @@
"next": "$next"
}
}
}
}
+1 -1
View File
@@ -75,4 +75,4 @@
"next": "$next"
}
}
}
}
@@ -0,0 +1,10 @@
import { jobsClient } from '@documenso/lib/jobs/client';
export const config = {
maxDuration: 300,
api: {
bodyParser: false,
},
};
export default jobsClient.getApiHandler();