Skip to content

Commit

Permalink
successfully setup medusa on the backend
Browse files Browse the repository at this point in the history
  • Loading branch information
DevHumbleChris committed Aug 10, 2023
1 parent f797c84 commit a302243
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions medusa-admin/medusa-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ const plugins = [
},
},
// To enable the admin plugin, uncomment the following lines and run `yarn add @medusajs/admin`
// {
// resolve: "@medusajs/admin",
// /** @type {import('@medusajs/admin').PluginOptions} */
// options: {
// autoRebuild: true,
// },
// },
{
resolve: "@medusajs/admin",
/** @type {import('@medusajs/admin').PluginOptions} */
options: {
autoRebuild: true,
},
},
];

const modules = {
Expand Down

0 comments on commit a302243

Please sign in to comment.