joystick
joystick copied to clipboard
Document: setting middleware.bodyParser.limit
This always trips me up when building apps with uploads. You set this in the Joystick config like:
{
"config": {
"middleware": {
"bodyParser": {
"limit": "325mb"
}
}
}