You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running medusa-oas oas --type combined --paths ./src/api to generate the oas file using medusa-oas-cli in Windows, no files are discovered and thus, customizations aren't included in the generated file.
A transient dependency of globby, fast-glob made a change in v10 release, that broke compatibility with Windows.
Running medusa-oas oas --type combined --paths ./src/api discovers oas comments in my customizations and include them in the generated file.
Actual behavior
Running medusa-oas oas --type combined --paths ./src/api doesn't discover files in my customizations and thus, generates an incomplete file which doesn't include customizations.
Package.json file
Node.js version
v20.10.0
Database and its version
PostgreSQL 16.2
Operating system name and version
Windows 11
Browser name
Chrome
What happended?
When running
medusa-oas oas --type combined --paths ./src/api
to generate the oas file using medusa-oas-cli in Windows, no files are discovered and thus, customizations aren't included in the generated file.A transient dependency of globby, fast-glob made a change in v10 release, that broke compatibility with Windows.
Expected behavior
Running
medusa-oas oas --type combined --paths ./src/api
discovers oas comments in my customizations and include them in the generated file.Actual behavior
Running
medusa-oas oas --type combined --paths ./src/api
doesn't discover files in my customizations and thus, generates an incomplete file which doesn't include customizations.Link to reproduction repo
https://github.com/mercurjs/mercur
The text was updated successfully, but these errors were encountered: