fix: add bigger sizeLimit

This commit is contained in:
diced 2023-03-26 00:17:59 -07:00
parent eb6929b889
commit 67b71ceffe
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1

View file

@ -184,3 +184,11 @@ export default withZipline(handler, {
user: true,
administrator: true,
});
export const config = {
api: {
bodyParser: {
sizeLimit: '50mb',
},
},
};