forked from medusajs/medusa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(medusa): Remove deps mongoose, mongodb and transaction service + base model * chore: delete permissions+add-ons legacy plugins Co-authored-by: Sebastian Rindom <skrindom@gmail.com>
- Loading branch information
1 parent
8fe5fb5
commit c76e23e
Showing
52 changed files
with
27 additions
and
9,052 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
export { default as BaseService } from "./base-service" | ||
export { default as BaseModel } from "./base-model" | ||
export { default as PaymentService } from "./payment-service" | ||
export { default as FulfillmentService } from "./fulfillment-service" | ||
export { default as FileService } from "./file-service" | ||
export { default as FulfillmentService } from "./fulfillment-service" | ||
export { default as NotificationService } from "./notification-service" | ||
export { default as OauthService } from "./oauth-service" | ||
export { default as PaymentService } from "./payment-service" | ||
export { default as SearchService } from "./search-service" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.