Przeglądaj źródła

chore: :label: Better export path

Exporting directly from the `@medusajs/medusa` package
Based on this discussion : https://github.com/medusajs/medusa/discussions/3275
adil 2 lat temu
rodzic
commit
1dfe69a450
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      medusa-config.js

+ 1 - 1
medusa-config.js

@@ -53,7 +53,7 @@ const plugins = [
   //   },
   // },
 ];
-/** @type {import('@medusajs/medusa/dist/types/global').ConfigModule} */
+/** @type {import('@medusajs/medusa').ConfigModule} */
 module.exports = {
   projectConfig: {
     // redis_url: REDIS_URL,