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