fix: module import paths to contain unix slash (#12592)

Currently when types are generated on Windows, they result in using Windows slash for relative imports. This PR, fixes that to always use Unix imports
This commit is contained in:
Harminder Virk
2025-05-23 08:09:34 +00:00
committed by GitHub
parent da5e278a78
commit f6f34cc0e4
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/utils": patch
---
fix: module import paths to contain unix slash