Files
medusa-store/packages/sales-channel/mikro-orm.config.dev.ts
2024-01-29 09:47:28 +01:00

9 lines
209 B
TypeScript

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