kiliman / remix-express-vite-plugin

This package includes a Vite plugin to use in your Remix app. It configures an Express server for both development and production using TypeScript.
118 stars 6 forks source link

Add missing `params` to middleware function call #7

Closed kiliman closed 4 months ago

kiliman commented 4 months ago

When calling the middleware function, I forgot to pass in the route params.