fix(framework): Exclude .d.ts files from the glob search and fix insert query (#10990)

**What**
- Exclude definition file from the glob search string
- Properly generate the insert query string
This commit is contained in:
Adrien de Peretti
2025-01-16 14:29:09 +00:00
committed by GitHub
parent b79dc40bc9
commit 9a742911fe
4 changed files with 24 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/framework": patch
---
fix(framework): Exclude .d.ts files from the glob search and Properly generate the insert query string