joystick icon indicating copy to clipboard operation
joystick copied to clipboard

Document: setting middleware.bodyParser.limit

Open rglover opened this issue 2 years ago • 0 comments

This always trips me up when building apps with uploads. You set this in the Joystick config like:

{
  "config": {
    "middleware": {
      "bodyParser": {
        "limit": "325mb"
      }
    }
}

rglover avatar Oct 01 '23 18:10 rglover