Carlos R. L. Rodrigues
96ba49329b
fix: load custom modules by path (#6312)
What:
medusa-config.js loading custom modules by their path.
```typescript
{
modules: {
internalModule: {
scope: MODULE_SCOPE.INTERNAL,
resources: MODULE_RESOURCE_TYPE.SHARED,
resolve: "./internal_module",
definition: {
key: "internalModule",
registrationName: "internalModule",
},
},
}
}
```
2024-02-04 14:26:34 +00:00
..
2024-02-02 21:56:55 +01:00
2024-02-04 14:18:54 +01:00
2024-02-02 14:20:32 +00:00
2024-02-02 14:20:32 +00:00
2024-02-02 14:20:32 +00:00
2024-02-02 14:20:32 +00:00
2024-02-02 21:56:55 +01:00
2024-01-29 16:00:45 +00:00
2024-02-01 13:37:26 +00:00
2024-02-01 13:37:26 +00:00
2024-02-02 10:45:32 +00:00
2024-02-04 14:26:34 +00:00
2024-02-01 13:37:26 +00:00
2024-02-02 14:20:32 +00:00
2024-02-02 14:20:32 +00:00
2024-02-02 14:20:32 +00:00
2024-02-02 14:20:32 +00:00
2024-02-02 14:20:32 +00:00
2024-02-01 13:37:26 +00:00
2024-02-04 14:26:34 +00:00
2024-02-02 14:20:32 +00:00
2024-02-02 14:20:32 +00:00
2024-02-02 14:20:32 +00:00
2024-02-01 13:37:26 +00:00