Fix/load medusa proj (#6639)

**What**
- Runs loadMedusaV2 when v2 flag is enabled.
- V2 loader loads only project-level framework features. E.g., project APIs, subscribers, jobs, and workflows.
- No plugin support yet.
This commit is contained in:
Sebastian Rindom
2024-03-14 12:38:57 +00:00
committed by GitHub
parent 04a532e5ef
commit 3dd55efd15
4 changed files with 260 additions and 3 deletions
+1
View File
@@ -1,3 +1,4 @@
export * from "./auth"
export * from "./api-key"
export * from "./customer"
export * from "./customer-group"