Explorar el Código

Add open option to admin plugin config

Rares Capilnar hace 2 años
padre
commit
f72b91f1e5
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      medusa-config.js

+ 3 - 0
medusa-config.js

@@ -47,6 +47,9 @@ const plugins = [
     /** @type {import('@medusajs/admin').PluginOptions} */
     options: {
       autoRebuild: true,
+      develop: {
+        open: process.env.OPEN_BROWSER !== "false",
+      },
     },
   },
 ];