feat(medusa): Prevent build command from throwing on missing config (#14540)

**What**
Prevent the build command from failing on mising config
This commit is contained in:
Adrien de Peretti
2026-01-15 10:00:15 +01:00
committed by GitHub
parent 250b6fdf22
commit 8890f28470
6 changed files with 83 additions and 17 deletions

View File

@@ -0,0 +1,6 @@
---
"@medusajs/medusa": patch
"@medusajs/framework": patch
---
feat(medusa): Prevent build command from throwing on missing config