Files
medusa-store/packages/store/mikro-orm.config.dev.ts
2024-02-26 12:00:48 +00:00

9 lines
201 B
TypeScript

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