feat: Fulfillment module basic structure (#6319)

**What**
Scafold the fulfillment module basic structure

**Bonus**
Simplified module scaffolding with new factories and less directories to manage
- mikro orm connection loader factory
- initialize factory

FIXES CORE-1709
FIXES CORE-1710
This commit is contained in:
Adrien de Peretti
2024-02-06 13:29:36 +00:00
committed by GitHub
parent 2104843826
commit 12054f5c01
42 changed files with 694 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
---
"@medusajs/utils": patch
"@medusajs/modules-sdk": patch
"@medusajs/types": patch
---
Feat/shipping method init