cheatcode / joystick

A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.
https://cheatcode.co/joystick
Other
209 stars 11 forks source link

Document: setting middleware.bodyParser.limit #350

Closed rglover closed 2 months ago

rglover commented 1 year ago

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

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