feat: Payment module package setup (#6059)

This commit is contained in:
Frane Polić
2024-01-11 16:41:40 +01:00
committed by GitHub
parent ce81cade88
commit 8472460f53
36 changed files with 531 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
import * as entities from "./src/models"
module.exports = {
entities: Object.values(entities),
schema: "public",
clientUrl: "postgres://postgres@localhost/medusa-payment",
type: "postgresql",
}