fix(utils): read dir recursive (#10318)

What:
 - Using `Object.defineProperty) to avoid issues on Node versions that set this property as readonly.
This commit is contained in:
Carlos R. L. Rodrigues
2024-11-27 14:37:07 +00:00
committed by GitHub
parent e04c9cfb04
commit e9003c3124
3 changed files with 20 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/utils": patch
---
fix(utils): set readonly property on recursive dir read