Quellcode durchsuchen

added missing promotion module

Shahed Nasser vor 1 Jahr
Ursprung
Commit
2f56375aca
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3 0
      medusa-config.js

+ 3 - 0
medusa-config.js

@@ -100,6 +100,9 @@ const modules = {
   productService: {
     resolve: "@medusajs/product"
   },
+  promotion: {
+    resolve: "@medusajs/promotion"
+  },
   region: {
     resolve: "@medusajs/region"
   },