chore: Apply defineMikroOrmCliConfig (#7975)
**What** Ensure all module rely on the same config for the dev db FIXES CORE-2493
This commit is contained in:
committed by
GitHub
parent
1393f51046
commit
f4dd390ab1
@@ -1,6 +1,6 @@
|
||||
import * as entities from "./src/models"
|
||||
import { defineMikroOrmCliConfig, Modules } from "@medusajs/utils"
|
||||
|
||||
module.exports = defineMikroOrmCliConfig(Modules.FULFILLMENT, {
|
||||
export default defineMikroOrmCliConfig(Modules.FULFILLMENT, {
|
||||
entities: Object.values(entities),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user