Files
medusa-store/packages/promotion/mikro-orm.config.dev.ts
2023-12-20 12:21:13 +00:00

9 lines
205 B
TypeScript

import * as entities from "./src/models"
module.exports = {
entities: Object.values(entities),
schema: "public",
clientUrl: "postgres://postgres@localhost/medusa-promotion",
type: "postgresql",
}