Ver Fonte

chore: :label: Better export path

Exporting directly from the `@medusajs/medusa` package
Based on this discussion : https://github.com/medusajs/medusa/discussions/3275
adil há 2 anos atrás
pai
commit
1dfe69a450
1 ficheiros alterados com 1 adições e 1 exclusões
  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,