Browse Source

Merge pull request #37 from adevinwild/add-js-doc-type-to-medusa-config

chore: :label: Adding Types to Medusa Configuration
Oliver Windall Juhl 2 years ago
parent
commit
d38eb28925
1 changed files with 1 additions and 1 deletions
  1. 1 1
      medusa-config.js

+ 1 - 1
medusa-config.js

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