feat: Payment module package setup

This commit is contained in:
fPolic
2024-01-11 11:26:41 +01:00
parent b6ac768698
commit 824bcce3dd
34 changed files with 485 additions and 1 deletions

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",
}