react-code-dataset
/
next.js
/test
/production
/exported-runtimes-value-validation
/invalid-middleware
/middleware.js
| const dynamicPath = `/:foobar` | |
| export const config = { | |
| matcher: ['/foo', dynamicPath], | |
| } | |