Exporting directly from the `@medusajs/medusa` package Based on this discussion : https://github.com/medusajs/medusa/discussions/3275
@@ -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,