@@ -130,5 +130,10 @@ module.exports = appInfo => {
}
};
+ config.bodyParser = {
+ jsonLimit: '10mb',
+ formLimit: '10mb',
+ };
+
return config;