joystick icon indicating copy to clipboard operation
joystick copied to clipboard

Add ability to disable built-in middleware

Open rglover opened this issue 4 years ago • 1 comments

Came across a use case for this on another project. Need to be able to disable the built-in middleware in favor of configuring a custom version in the middleware option passed to node.app(). This will allow handling domain-specific setups without having to kludge together something using the config in settings.

rglover avatar Nov 09 '21 16:11 rglover

This could be done via config.middleware.disabled where disabled is set to an array of strings matching built-in middleware function names.

rglover avatar Jul 24 '24 17:07 rglover