Unify express middleware APIs #30975
Unanswered
sidharthachatterjee
asked this question in
Ideas / Feature Requests
Replies: 1 comment
-
Checking in on this - would you all be willing to take a PR to expose a new serveMiddleware configuration option? We're using a forked version of gatsby that exposes this option, just so we can get access to the express app and mount custom middleware. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As noted in #12924, there isn't an equivalent way to add middleware for
serve
like there is fordevelop
(developMiddleware)Adding a new API for this like we proposed earlier doesn't seem like a great idea and would expand the API surface unnecessarily. Instead we ought to unify these for the two in v3
Beta Was this translation helpful? Give feedback.
All reactions