feat: add middleware-file-loader (#11638)

Fixes: FRMW-2920

The feature is called `middleware-file-loader`, because it does more than just collecting middlewares. It also collects the bodyParser config for routes
This commit is contained in:
Harminder Virk
2025-02-27 15:12:29 +05:30
committed by GitHub
parent 090d15b1e4
commit b0a16488e0
6 changed files with 229 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/framework": patch
---
feat: add middleware-file-loader