|
@@ -35,13 +35,14 @@ const REDIS_URL = process.env.REDIS_URL || "redis://localhost:6379";
|
|
|
const plugins = [
|
|
|
`medusa-fulfillment-manual`,
|
|
|
`medusa-payment-manual`,
|
|
|
- {
|
|
|
- resolve: "@medusajs/admin",
|
|
|
- /** @type {import('@medusajs/admin').PluginOptions} */
|
|
|
- options: {
|
|
|
- autoRebuild: true,
|
|
|
- },
|
|
|
- },
|
|
|
+ // 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,
|
|
|
+ // },
|
|
|
+ // },
|
|
|
];
|
|
|
|
|
|
const modules = {
|