chore: rm pg dependency (#8526)
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
"awilix": "^8.0.0",
|
||||
"graphql": "^16.6.0",
|
||||
"knex": "2.4.2",
|
||||
"pg": "^8.12.0",
|
||||
"resolve-cwd": "^3.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import { knex } from "@mikro-orm/knex"
|
||||
import { ModuleServiceInitializeOptions } from "@medusajs/types"
|
||||
import { isDefined } from "../common"
|
||||
import { knex } from "@mikro-orm/knex"
|
||||
|
||||
type Options = ModuleServiceInitializeOptions["database"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user