فهرست منبع

chore: :label: Adding Types to Medusa Configuration

Added a JSDoc `@type` to the `medusa-config.js` file.

Based on this discussion : https://github.com/medusajs/medusa/discussions/3275
adil 2 سال پیش
والد
کامیت
6c8bc39e28
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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} */
 module.exports = {
   projectConfig: {
     // redis_url: REDIS_URL,